[llvm-commits] CVS: llvm/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll
Chris Lattner
sabre at nondot.org
Mon Apr 16 14:24:41 PDT 2007
Changes in directory llvm/test/Transforms/PredicateSimplifier:
2006-10-22-IntOr.ll updated: 1.5 -> 1.6
---
Log message:
fix incorrectly upgraded test
---
Diffs of the changes: (+1 -1)
2006-10-22-IntOr.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll
diff -u llvm/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll:1.5 llvm/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll:1.6
--- llvm/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll:1.5 Mon Apr 16 12:36:08 2007
+++ llvm/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll Mon Apr 16 16:24:14 2007
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN: opt -predsimplify -instcombine -simplifycfg -o %t -f
+; RUN: opt -predsimplify -instcombine -simplifycfg | llvm-dis > %t
; RUN: grep -v declare %t | not grep fail
; RUN: grep -v declare %t | grep -c pass | grep 3
More information about the llvm-commits
mailing list