mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
R600/SI: Use llvm_unreachable() for an always false assert
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
47a7c382fd
commit
e18273b7be
@ -201,8 +201,7 @@ MachineInstr *SIInstrInfo::buildMovInstr(MachineBasicBlock *MBB,
|
||||
MachineBasicBlock::iterator I,
|
||||
unsigned DstReg,
|
||||
unsigned SrcReg) const {
|
||||
assert(!"Not Implemented");
|
||||
return NULL;
|
||||
llvm_unreachable("Not Implemented");
|
||||
}
|
||||
|
||||
bool SIInstrInfo::isMov(unsigned Opcode) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user