Skip to content

Commit

Permalink
[NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1 (#81744)
Browse files Browse the repository at this point in the history
One of the whitespace fixes didn't get added to the commit introducing
the Ampere1B model.
Clean it up.

(cherry picked from commit 3369e34)
  • Loading branch information
ptomsich authored and tstellar committed Feb 27, 2024
1 parent f1978d1 commit 6d8f929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def NeoverseV1Model : SchedMachineModel {
list<Predicate> UnsupportedFeatures = !listconcat(SVE2Unsupported.F,
SMEUnsupported.F,
[HasMTE, HasCPA,
HasCSSC]);
HasCSSC]);
}

//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit 6d8f929

Please sign in to comment.