summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-03-17 19:00:03 +0000
committerKevin Enderby <enderby@apple.com>2014-03-17 19:00:03 +0000
commitc153e49aa969c1e361df2d241c1c5d90e0a2ab27 (patch)
treebacfb97d661a5834db15fc2e8e6ab83cb72e0fe0 /test
parent2683baa8acbcfc44b94a7af781c43674d28d9a2e (diff)
downloadllvm-c153e49aa969c1e361df2d241c1c5d90e0a2ab27.tar.gz
llvm-c153e49aa969c1e361df2d241c1c5d90e0a2ab27.tar.bz2
llvm-c153e49aa969c1e361df2d241c1c5d90e0a2ab27.tar.xz
Making a guess to fix the test case with r204056 to get the build bot working.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204073 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/R600/v_cndmask.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/v_cndmask.ll b/test/CodeGen/R600/v_cndmask.ll
index 9253f76d9c..829b33de34 100644
--- a/test/CodeGen/R600/v_cndmask.ll
+++ b/test/CodeGen/R600/v_cndmask.ll
@@ -3,7 +3,7 @@
; SI: @v_cnd_nan
; SI: V_CNDMASK_B32_e64 v{{[0-9]}},
; SI-DAG: v{{[0-9]}}
-; SI-DAG: -nan
+; SI-DAG: nan
define void @v_cnd_nan(float addrspace(1)* %out, i32 %c, float %f) {
entry:
%0 = icmp ne i32 %c, 0