Skip to content

Commit 8d8cca7

Browse files
committed
Remove now-superfluous HasCPACodegen() function
1 parent b0b575b commit 8d8cca7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AArch64/AArch64Features.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,6 @@ def FeaturePAuthLR : ExtensionWithMArch<"pauth-lr", "PAuthLR", "FEAT_PAuth_LR",
517517
def FeatureTLBIW : ExtensionWithMArch<"tlbiw", "TLBIW", "FEAT_TLBIW",
518518
"Enable Armv9.5-A TLBI VMALL for Dirty State">;
519519

520-
def FeatureCPACodegen : SubtargetFeature<"cpa-codegen",
521-
"HasCPACodegen", "true", "Generate scalar FEAT_CPA instructions">;
522-
523520
//===----------------------------------------------------------------------===//
524521
// Armv9.6 Architecture Extensions
525522
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)