Skip to content

Commit a0678ff

Browse files
committed
Some format adjustment
1 parent 5196dd3 commit a0678ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def FeatureStdExtE
8181
def FeatureStdExtZibi
8282
: RISCVExperimentalExtension<0, 1, "Branch with Immediate">;
8383
def HasStdExtZibi : Predicate<"Subtarget->hasStdExtZibi()">,
84-
AssemblerPredicate<(all_of FeatureStdExtZibi),
85-
"'Zibi' (Branch with Immediate)">;
84+
AssemblerPredicate<(all_of FeatureStdExtZibi),
85+
"'Zibi' (Branch with Immediate)">;
8686

8787
def FeatureStdExtZic64b
8888
: RISCVExtension<1, 0, "Cache Block Size Is 64 Bytes">;

llvm/test/MC/RISCV/zibi-invalid.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ bnei a2, 0x10, 0x1000
3131
# CHECK-ERROR-LABEL: bnei a2, 0x10, 0x1000
3232
bnei a2, 0x10, 0x111
3333
# CHECK-ERROR: [[@LINE-1]]:16: error: immediate must be a multiple of 2 bytes in the range [-4096, 4094]
34-
# CHECK-ERROR-LABEL: bnei a2, 0x10, 0x111
34+
# CHECK-ERROR-LABEL: bnei a2, 0x10, 0x111

0 commit comments

Comments
 (0)