Skip to content

Commit f3f3c9c

Browse files
committed
[RISCV] Fix name of Zba extension (NFC)
1 parent 2afaf07 commit f3f3c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCV.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def HasStdExtC : Predicate<"Subtarget->hasStdExtC()">,
5858

5959
def FeatureExtZba
6060
: SubtargetFeature<"experimental-zba", "HasStdExtZba", "true",
61-
"'Zba' (Base 'B' Instructions)">;
61+
"'Zba' (Address calculation 'B' Instructions)">;
6262
def HasStdExtZba : Predicate<"Subtarget->hasStdExtZba()">,
6363
AssemblerPredicate<(all_of FeatureExtZba),
6464
"'Zba' (Address calculation 'B' Instructions)">;

0 commit comments

Comments
 (0)