[llvm] r204073 - Making a guess to fix the test case with r204056 to get the build bot working.

Kevin Enderby enderby at apple.com
Mon Mar 17 12:00:03 PDT 2014


Author: enderby
Date: Mon Mar 17 14:00:03 2014
New Revision: 204073

URL: http://llvm.org/viewvc/llvm-project?rev=204073&view=rev
Log:
Making a guess to fix the test case with r204056 to get the build bot working.

Modified:
    llvm/trunk/test/CodeGen/R600/v_cndmask.ll

Modified: llvm/trunk/test/CodeGen/R600/v_cndmask.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/v_cndmask.ll?rev=204073&r1=204072&r2=204073&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/v_cndmask.ll (original)
+++ llvm/trunk/test/CodeGen/R600/v_cndmask.ll Mon Mar 17 14:00:03 2014
@@ -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





More information about the llvm-commits mailing list