Skip to content

Commit 798890e

Browse files
committed
[AArch64] Remove unused HasFPAC. NFC
It contains a syntax error, but us it is unused it can be removed until we need it.
1 parent 44cfb6b commit 798890e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ def HasMatMulFP32 : Predicate<"Subtarget->hasMatMulFP32()">,
335335
AssemblerPredicateWithAll<(all_of FeatureMatMulFP32), "f32mm">;
336336
def HasMatMulFP64 : Predicate<"Subtarget->hasMatMulFP64()">,
337337
AssemblerPredicateWithAll<(all_of FeatureMatMulFP64), "f64mm">;
338-
def HasFPAC : Predicate<"Subtarget->hasFPAC())">,
339-
AssemblerPredicateWithAll<(all_of FeatureFPAC), "fpac">;
340338
def HasXS : Predicate<"Subtarget->hasXS()">,
341339
AssemblerPredicateWithAll<(all_of FeatureXS), "xs">;
342340
def HasWFxT : Predicate<"Subtarget->hasWFxT()">,

0 commit comments

Comments
 (0)