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.
  • Loading branch information
ptomsich authored Feb 15, 2024
1 parent fe20a75 commit 3369e34
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 3369e34

Please sign in to comment.