Skip to content

Commit f0d6719

Browse files
committed
Add disassembler comment
1 parent f47cf82 commit f0d6719

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,9 @@ DecodeGPRMM16MovePRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address,
916916
return MCDisassembler::Success;
917917
}
918918

919+
// Tablegen emits references to these unimplemented functions due to usage of
920+
// RegClassByHwMode - it does not detect that the RegClassByHwMode decoders are
921+
// unused, which in turn use these register class decoders.
919922
static DecodeStatus DecodeGP32RegisterClass(MCInst &Inst, unsigned RegNo,
920923
uint64_t Address,
921924
const MCDisassembler *Decoder) {

0 commit comments

Comments
 (0)