aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>2024-02-14 16:54:08 -0800
committerTom Stellard <tstellar@redhat.com>2024-02-26 17:38:41 -0800
commit6d8f9290b6afa5e61841124ae1bdeb96d9ada820 (patch)
tree85a08b98bb973f1c0ced34e46021c95965afaed2
parentf1978d19a4ab28d0684d036973a50f65f1e08fae (diff)
downloadllvm-6d8f9290b6afa5e61841124ae1bdeb96d9ada820.zip
llvm-6d8f9290b6afa5e61841124ae1bdeb96d9ada820.tar.gz
llvm-6d8f9290b6afa5e61841124ae1bdeb96d9ada820.tar.bz2
[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. (cherry picked from commit 3369e341288b3d9bb59827f9a2911ebf3d36408d)
-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 7e041db..613db35 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]);
}
//===----------------------------------------------------------------------===//