Skip to content

Commit 3369e34

Browse files
authored
[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.
1 parent fe20a75 commit 3369e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def NeoverseV1Model : SchedMachineModel {
2929
list<Predicate> UnsupportedFeatures = !listconcat(SVE2Unsupported.F,
3030
SMEUnsupported.F,
3131
[HasMTE, HasCPA,
32-
HasCSSC]);
32+
HasCSSC]);
3333
}
3434

3535
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)