R600/SI: Fix warning on non-asserts build
authorTom Stellard <thomas.stellard@amd.com>
Tue, 22 Oct 2013 18:31:45 +0000 (18:31 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 22 Oct 2013 18:31:45 +0000 (18:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193180 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIInstrInfo.cpp

index 8b35d89088336258d3813994277981cb6965aba6..33da26ed17c1b980c36eb9753d77fc3a120609b9 100644 (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 {