Skip to content

Commit f1c84db

Browse files
committed
clang-format
1 parent 609e556 commit f1c84db

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
@@ -681,8 +681,7 @@ DecodeStatus RISCVDisassembler::getInstruction32(MCInst &MI, uint64_t &Size,
681681
"SiFive sf.cflush.d.l1 custom opcode table");
682682
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXSfcease, DecoderTableXSfcease32,
683683
"SiFive sf.cease custom opcode table");
684-
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXMIPSLSP,
685-
DecoderTableXmipslsp32,
684+
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXMIPSLSP, DecoderTableXmipslsp32,
686685
"MIPS mips.lsp custom opcode table");
687686
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXMIPSCMove,
688687
DecoderTableXmipscmove32,

0 commit comments

Comments
 (0)