forked from OSchip/llvm-project
[RISCV] Fix name of Zba extension (NFC)
This commit is contained in:
parent
2afaf072f5
commit
f3f3c9c254
|
@ -58,7 +58,7 @@ def HasStdExtC : Predicate<"Subtarget->hasStdExtC()">,
|
|||
|
||||
def FeatureExtZba
|
||||
: SubtargetFeature<"experimental-zba", "HasStdExtZba", "true",
|
||||
"'Zba' (Base 'B' Instructions)">;
|
||||
"'Zba' (Address calculation 'B' Instructions)">;
|
||||
def HasStdExtZba : Predicate<"Subtarget->hasStdExtZba()">,
|
||||
AssemblerPredicate<(all_of FeatureExtZba),
|
||||
"'Zba' (Address calculation 'B' Instructions)">;
|
||||
|
|
Loading…
Reference in New Issue