Skip to content

Commit 0d414d5

Browse files
committed
Test RISCV disassembler coverage
1 parent e07716d commit 0d414d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -745,9 +745,9 @@ static constexpr DecoderListEntry DecoderList16[]{
745745
{DecoderTable16, {}, "standard 16-bit instructions"},
746746
{DecoderTableRV32Only16, {}, "RV32-only 16-bit instructions"},
747747
// Zc* instructions incompatible with Zcf or Zcd
748-
{DecoderTableZcOverlap16,
749-
{},
750-
"ZcOverlap (16-bit Instructions overlapping with Zcf/Zcd)"},
748+
//{DecoderTableZcOverlap16,
749+
// {},
750+
// "ZcOverlap (16-bit Instructions overlapping with Zcf/Zcd)"},
751751
};
752752

753753
DecodeStatus RISCVDisassembler::getInstruction16(MCInst &MI, uint64_t &Size,

0 commit comments

Comments
 (0)