Skip to content

Commit 8b9fc03

Browse files
author
git apple-llvm automerger
committed
Merge commit '6ef106b6916d' from llvm.org/main into next
2 parents 7649ad6 + 6ef106b commit 8b9fc03

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

llvm/lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,6 @@ static DecodeStatus DecodeGR16RegisterClass(MCInst &MI, uint64_t RegNo,
102102
return MCDisassembler::Success;
103103
}
104104

105-
static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address,
106-
const MCDisassembler *Decoder);
107-
108-
static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits,
109-
uint64_t Address,
110-
const MCDisassembler *Decoder);
111-
112-
#include "MSP430GenDisassemblerTables.inc"
113-
114105
static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address,
115106
const MCDisassembler *Decoder) {
116107
int64_t Imm;
@@ -142,6 +133,8 @@ static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits,
142133
return MCDisassembler::Success;
143134
}
144135

136+
#include "MSP430GenDisassemblerTables.inc"
137+
145138
enum AddrMode {
146139
amInvalid = 0,
147140
amRegister,

0 commit comments

Comments
 (0)