[AArch64] Fix formatting (NFC)

llvm-svn: 372357
This commit is contained in:
Evandro Menezes 2019-09-19 21:48:22 +00:00
parent b8fc6a9116
commit a4da991e4a
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ def FeatureSVE2BitPerm : SubtargetFeature<"sve2-bitperm", "HasSVE2BitPerm", "tru
def FeatureZCRegMove : SubtargetFeature<"zcm", "HasZeroCycleRegMove", "true",
"Has zero-cycle register moves">;
def FeatureZCZeroingGP : SubtargetFeature<"zcz-gp", "HasZeroCycleZeroingGP", "true",
"Has zero-cycle zeroing instructions for generic registers">;