From de55992d54f2c4b75f94bc11b6df5e26c7e9f244 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 1 Aug 2014 02:05:57 +0000 Subject: [PATCH] R600/SI: Fix build warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214475 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/R600/AMDGPUInstructions.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/R600/AMDGPUInstructions.td b/lib/Target/R600/AMDGPUInstructions.td index 4b8685877d4..0f2b625dc69 100644 --- a/lib/Target/R600/AMDGPUInstructions.td +++ b/lib/Target/R600/AMDGPUInstructions.td @@ -133,7 +133,7 @@ def COND_NE : PatLeaf < def COND_NULL : PatLeaf < (cond), - [{return false;}] + [{(void)N; return false;}] >; //===----------------------------------------------------------------------===// -- 2.34.1