Commit f3f3c9c2 authored by Simon Cook's avatar Simon Cook
Browse files

[RISCV] Fix name of Zba extension (NFC)

parent 2afaf072
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)">;