Skip to content

Commit be5ad34

Browse files
committed
fixup! Minor change
Change-Id: I0afb1b8f8ab442a83477e09917634db0b3ac6093
1 parent e3f9548 commit be5ad34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class QCIRVInstEI<bits<3> funct3, bits<2> funct2, string opcodestr>
363363
let hasSideEffects = 0, mayLoad = 0, mayStore = 0 in
364364
class QCIRVInst48EJ<bits<2> func2, string opcodestr>
365365
: RVInst48<(outs), (ins simm32_lsb0:$imm31),
366-
opcodestr, "$imm31", [], InstFormatQCEJ> {
366+
opcodestr, "$imm31", [], InstFormatOther> {
367367
bits<31> imm31;
368368

369369
let Inst{47-32} = imm31{30-15};

0 commit comments

Comments
 (0)