summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>2024-02-14 16:54:08 -0800
committerGitHub <noreply@github.com>2024-02-14 16:54:08 -0800
commit3369e341288b3d9bb59827f9a2911ebf3d36408d (patch)
treee723d879695f4e87d0a64825bb27d6c0ab8c310b
parentfe20a759fcd20e1755ea1b34c5e6447a787925dc (diff)
[NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1 (#81744)
One of the whitespace fixes didn't get added to the commit introducing the Ampere1B model. Clean it up.
-rw-r--r--llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td b/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
index 7e041dbd2aba..613db353cb0a 100644
--- a/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
+++ b/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
@@ -29,7 +29,7 @@ def NeoverseV1Model : SchedMachineModel {
list<Predicate> UnsupportedFeatures = !listconcat(SVE2Unsupported.F,
SMEUnsupported.F,
[HasMTE, HasCPA,
- HasCSSC]);
+ HasCSSC]);
}
//===----------------------------------------------------------------------===//