Skip to content

Commit 3285e8d

Browse files
committed
[RISCV] Remove unused HasStdExtB Predicate. NFC
1 parent 55afd5b commit 3285e8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,6 @@ def FeatureStdExtB
513513
: RISCVExtension<"b", 1, 0,
514514
"'B' (the collection of the Zba, Zbb, Zbs extensions)",
515515
[FeatureStdExtZba, FeatureStdExtZbb, FeatureStdExtZbs]>;
516-
def HasStdExtB : Predicate<"Subtarget->hasStdExtB()">,
517-
AssemblerPredicate<(all_of FeatureStdExtB),
518-
"'B' (the collection of the Zba, Zbb, Zbs extensions)">;
519516

520517
def FeatureStdExtZbkb
521518
: RISCVExtension<"zbkb", 1, 0,

0 commit comments

Comments
 (0)