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 26a3b67b3b
commit 8be4dd234a
1 changed files with 1 additions and 0 deletions

View File

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