mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
[RISCV] Remove fix introduced by r369573, superseded by r369580
llvm-svn: 369590
This commit is contained in:
@@ -306,7 +306,6 @@ static DecodeStatus decodeRVCInstrSImm(MCInst &Inst, unsigned Insn,
|
||||
DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder);
|
||||
(void)Result;
|
||||
assert(Result == MCDisassembler::Success && "Invalid immediate");
|
||||
(void)SImm6;
|
||||
return MCDisassembler::Success;
|
||||
}
|
||||
|
||||
@@ -319,7 +318,6 @@ static DecodeStatus decodeRVCInstrRdSImm(MCInst &Inst, unsigned Insn,
|
||||
DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder);
|
||||
(void)Result;
|
||||
assert(Result == MCDisassembler::Success && "Invalid immediate");
|
||||
(void)SImm6;
|
||||
return MCDisassembler::Success;
|
||||
}
|
||||
|
||||
@@ -333,7 +331,6 @@ static DecodeStatus decodeRVCInstrRdRs1UImm(MCInst &Inst, unsigned Insn,
|
||||
DecodeStatus Result = decodeUImmOperand<6>(Inst, UImm6, Address, Decoder);
|
||||
(void)Result;
|
||||
assert(Result == MCDisassembler::Success && "Invalid immediate");
|
||||
(void)UImm6;
|
||||
return MCDisassembler::Success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user