R600/SI: Fix build warning
authorTom Stellard <thomas.stellard@amd.com>
Fri, 1 Aug 2014 02:05:57 +0000 (02:05 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 1 Aug 2014 02:05:57 +0000 (02:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214475 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/AMDGPUInstructions.td

index 4b8685877d453932172db6c498c8ca80caf5b170..0f2b625dc692ad94e5ac5f4d7c0857a4c5d66a7d 100644 (file)
@@ -133,7 +133,7 @@ def COND_NE : PatLeaf <
 
 def COND_NULL : PatLeaf <
   (cond),
-  [{return false;}]
+  [{(void)N; return false;}]
 >;
 
 //===----------------------------------------------------------------------===//