R600/SI: Fix warning on non-asserts build

llvm-svn: 193180
This commit is contained in:
Tom Stellard 2013-10-22 18:31:45 +00:00
parent 5908e906e2
commit e692b77f62

View File

@ -202,6 +202,7 @@ MachineInstr *SIInstrInfo::buildMovInstr(MachineBasicBlock *MBB,
unsigned DstReg,
unsigned SrcReg) const {
assert(!"Not Implemented");
return NULL;
}
bool SIInstrInfo::isMov(unsigned Opcode) const {