Skip to content

Commit 2e60e01

Browse files
committed
fixup! Remove extra space
1 parent a66cf10 commit 2e60e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoZb.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,12 +461,12 @@ def : InstAlias<"zext.w $rd, $rs", (ADD_UW GPR:$rd, GPR:$rs, X0)>;
461461

462462
let Predicates = [HasStdExtZbbOrZbkb] in {
463463
def : InstAlias<"ror $rd, $rs1, $shamt",
464-
(RORI GPR:$rd, GPR:$rs1, uimmlog2xlen:$shamt), 0>;
464+
(RORI GPR:$rd, GPR:$rs1, uimmlog2xlen:$shamt), 0>;
465465
} // Predicates = [HasStdExtZbbOrZbkb]
466466

467467
let Predicates = [HasStdExtZbbOrZbkb, IsRV64] in {
468468
def : InstAlias<"rorw $rd, $rs1, $shamt",
469-
(RORIW GPR:$rd, GPR:$rs1, uimm5:$shamt), 0>;
469+
(RORIW GPR:$rd, GPR:$rs1, uimm5:$shamt), 0>;
470470
} // Predicates = [HasStdExtZbbOrZbkb, IsRV64]
471471

472472
let Predicates = [HasStdExtZbs] in {

0 commit comments

Comments
 (0)