Skip to content

Commit cc9b5c3

Browse files
committed
[RISCV] Remove unused Predicates. NFC
1 parent 390fbe6 commit cc9b5c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def FeatureStdExtZicfiss
179179
def HasStdExtZicfiss : Predicate<"Subtarget->hasStdExtZicfiss()">,
180180
AssemblerPredicate<(all_of FeatureStdExtZicfiss),
181181
"'Zicfiss' (Shadow stack)">;
182-
def NoHasStdExtZicfiss : Predicate<"!Subtarget->hasStdExtZicfiss()">;
183182

184183
def FeatureStdExtZilsd
185184
: RISCVExtension<1, 0,
@@ -188,7 +187,6 @@ def FeatureStdExtZilsd
188187
def HasStdExtZilsd : Predicate<"Subtarget->hasStdExtZilsd()">,
189188
AssemblerPredicate<(all_of FeatureStdExtZilsd),
190189
"'Zilsd' (Load/Store pair instructions)">;
191-
def NoHasStdExtZilsd : Predicate<"!Subtarget->hasStdExtZilsd()">;
192190

193191
// Multiply Extensions
194192

0 commit comments

Comments
 (0)