fix incorrectly upgraded test
authorChris Lattner <sabre@nondot.org>
Mon, 16 Apr 2007 21:24:14 +0000 (21:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Apr 2007 21:24:14 +0000 (21:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36169 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll

index 01fbee1a569871b66ce7472e66522bd9574ab42a..07bf0981b4c08e8abaf295cdd63fb664cab467c8 100644 (file)
@@ -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