Changes in directory llvm/test/Regression/Transforms/InstCombine:

2004-08-10-BoolSetCC.ll updated: 1.1 -> 1.2
---
Log message:

This test needs to be upgraded.


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

 2004-08-10-BoolSetCC.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
diff -u llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll:1.1 
llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll:1.2
--- llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll:1.1     
Tue Aug 10 19:49:50 2004
+++ llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll Fri Dec 
 8 11:39:49 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'ret 
bool false'
 bool %test(bool %V) {
        %Y = setlt bool %V, false
        ret bool %Y



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

Reply via email to