summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-08-01 02:05:57 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-08-01 02:05:57 +0000
commitaa9a1a813e19b53903e005974b234ee27844e577 (patch)
tree9035bc2b3226247c939449d0fe8a52b12b9fc9d7 /llvm/lib
parent9cd8ed4e23e5d332ff23273dcea1770c7b60807b (diff)
downloadbcm5719-llvm-aa9a1a813e19b53903e005974b234ee27844e577.tar.gz
bcm5719-llvm-aa9a1a813e19b53903e005974b234ee27844e577.zip
R600/SI: Fix build warning
llvm-svn: 214475
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/R600/AMDGPUInstructions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/AMDGPUInstructions.td b/llvm/lib/Target/R600/AMDGPUInstructions.td
index 4b8685877d4..0f2b625dc69 100644
--- a/llvm/lib/Target/R600/AMDGPUInstructions.td
+++ b/llvm/lib/Target/R600/AMDGPUInstructions.td
@@ -133,7 +133,7 @@ def COND_NE : PatLeaf <
def COND_NULL : PatLeaf <
(cond),
- [{return false;}]
+ [{(void)N; return false;}]
>;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud