commit | d463e0727d82275bd74b4f0d237544300b09511e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Apr 16 21:24:14 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Apr 16 21:24:14 2007 +0000 |
tree | f4c6c7c59f69f40cb26958a53013b2db2b8f7f33 | |
parent | 02b2a4c77a7146f434a74d3db44ebaf79be3a5e7 [diff] [blame] |
fix incorrectly upgraded test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36169 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll b/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll index 01fbee1..07bf098 100644 --- a/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll +++ b/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll
@@ -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