[RISCV] Fix name of Zba extension (NFC)

This commit is contained in:
Simon Cook 2021-01-24 21:01:49 +00:00
parent 2afaf072f5
commit f3f3c9c254
1 changed files with 1 additions and 1 deletions

View File

@ -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)">;