Skip to content

Commit a622975

Browse files
committed
Review feedback
1 parent 7efeda4 commit a622975

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,8 @@ static DecodeStatus DecodeSIMM13(MCInst &MI, unsigned insn, uint64_t Address,
298298
}
299299

300300
template <unsigned N>
301-
constexpr static DecodeStatus DecodeDisp(MCInst &MI, uint32_t ImmVal,
302-
uint64_t Address,
303-
const MCDisassembler *Decoder) {
301+
static DecodeStatus DecodeDisp(MCInst &MI, uint32_t ImmVal, uint64_t Address,
302+
const MCDisassembler *Decoder) {
304303
int64_t BranchOffset = SignExtend64(ImmVal, N) * 4;
305304
if (!tryAddingSymbolicOperand(Address + BranchOffset, true, Address, 0, N, MI,
306305
Decoder))

0 commit comments

Comments
 (0)