Changes in directory llvm/test/CFrontend:

cast-to-bool.c updated: 1.2 -> 1.3
---
Log message:

Fix test case.

---
Diffs of the changes:  (+1 -1)

 cast-to-bool.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CFrontend/cast-to-bool.c
diff -u llvm/test/CFrontend/cast-to-bool.c:1.2 
llvm/test/CFrontend/cast-to-bool.c:1.3
--- llvm/test/CFrontend/cast-to-bool.c:1.2      Sun Nov 26 23:08:03 2006
+++ llvm/test/CFrontend/cast-to-bool.c  Tue Jan 23 11:49:33 2007
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc -S %s -o - | grep 'trunc.*to bool'
-// RUN: %llvmgcc -S %s -o - | llvm-as | llc -march=x86 | grep 'test.*1'
+// RUN: %llvmgcc -S %s -o - | llvm-as | opt -instcombine | llc -march=x86 | 
grep 'test.*1'
 int
 main ( int argc, char** argv)
 {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to