forked from OSchip/llvm-project
[LoongArch][NFC] Delete unnecessary return behind of llvm_unreachable
This commit is contained in:
parent
08dcbed92f
commit
a4d2943bf6
|
@ -66,7 +66,6 @@ LoongArchMCCodeEmitter::getMachineOpValue(const MCInst &MI, const MCOperand &MO,
|
|||
return static_cast<unsigned>(MO.getImm());
|
||||
|
||||
llvm_unreachable("Unhandled expression!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
void LoongArchMCCodeEmitter::encodeInstruction(
|
||||
|
|
Loading…
Reference in New Issue