mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
R600/SI: Use llvm_unreachable() for an always false assert
llvm-svn: 193183
This commit is contained in:
parent
e692b77f62
commit
def55e3397
@ -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…
Reference in New Issue
Block a user