Skip to content

Commit de37e30

Browse files
committed
clang-format
1 parent 8f63f34 commit de37e30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,7 @@ DecodeStatus RISCVDisassembler::getInstruction32(MCInst &MI, uint64_t &Size,
671671
"SiFive sf.cflush.d.l1 custom opcode table");
672672
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXSfcease, DecoderTableXSfcease32,
673673
"SiFive sf.cease custom opcode table");
674-
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXMIPSLSP,
675-
DecoderTableXmipslsp32,
674+
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXMIPSLSP, DecoderTableXmipslsp32,
676675
"MIPS mips.lsp custom opcode table");
677676
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXMIPSCMove,
678677
DecoderTableXmipscmove32,

0 commit comments

Comments
 (0)