Skip to content

Commit 6d8f929

Browse files
ptomsichtstellar
authored andcommitted
[NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1 (llvm#81744)
One of the whitespace fixes didn't get added to the commit introducing the Ampere1B model. Clean it up. (cherry picked from commit 3369e34)
1 parent f1978d1 commit 6d8f929

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)