summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SIInstrInfo.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-10-22 18:31:45 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-10-22 18:31:45 +0000
commit47a7c382fdc6292a1d9fb45139d742e0a706a93d (patch)
tree0b83a82d29e0f2e91f74b4886921b92b4e5baca1 /lib/Target/R600/SIInstrInfo.cpp
parent04c559569f87d755c3f2828a765f5eb7308e6753 (diff)
downloadllvm-47a7c382fdc6292a1d9fb45139d742e0a706a93d.tar.gz
llvm-47a7c382fdc6292a1d9fb45139d742e0a706a93d.tar.bz2
llvm-47a7c382fdc6292a1d9fb45139d742e0a706a93d.tar.xz
R600/SI: Fix warning on non-asserts build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/SIInstrInfo.cpp')
-rw-r--r--lib/Target/R600/SIInstrInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/R600/SIInstrInfo.cpp b/lib/Target/R600/SIInstrInfo.cpp
index 8b35d89088..33da26ed17 100644
--- a/lib/Target/R600/SIInstrInfo.cpp
+++ b/lib/Target/R600/SIInstrInfo.cpp
@@ -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 {