[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)
This commit is contained in:
Philipp Tomsich 2024-02-14 16:54:08 -08:00 committed by Tom Stellard
parent f1978d19a4
commit 6d8f9290b6

View File

@ -29,7 +29,7 @@ def NeoverseV1Model : SchedMachineModel {
list<Predicate> UnsupportedFeatures = !listconcat(SVE2Unsupported.F,
SMEUnsupported.F,
[HasMTE, HasCPA,
HasCSSC]);
HasCSSC]);
}
//===----------------------------------------------------------------------===//