Skip to content

Commit

Permalink
[NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1 (llvm#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 llvmbot committed Feb 15, 2024
1 parent f6f0e1a commit 904c068
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 904c068

Please sign in to comment.