mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
[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. (cherry picked from commit 3369e341288b3d9bb59827f9a2911ebf3d36408d)
This commit is contained in:
parent
f1978d19a4
commit
6d8f9290b6
@ -29,7 +29,7 @@ def NeoverseV1Model : SchedMachineModel {
|
||||
list<Predicate> UnsupportedFeatures = !listconcat(SVE2Unsupported.F,
|
||||
SMEUnsupported.F,
|
||||
[HasMTE, HasCPA,
|
||||
HasCSSC]);
|
||||
HasCSSC]);
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user