diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 20:13:02 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 20:13:02 +0000 |
commit | 2b544beda337f7d0c071bf3ed49f14e54284d49b (patch) | |
tree | 2b440d862b8ac1a9e330a24f11a4d7712a4af1da /test/Transforms/InstCombine/apint-elim-logicalops.ll | |
parent | 3a693b793313899ea2bcfa063391cc2a9e19ec02 (diff) | |
download | external_llvm-2b544beda337f7d0c071bf3ed49f14e54284d49b.tar.gz external_llvm-2b544beda337f7d0c071bf3ed49f14e54284d49b.tar.bz2 external_llvm-2b544beda337f7d0c071bf3ed49f14e54284d49b.zip |
For PR1319:
Upgrade tests to work with new llvm.exp version of llvm_runtest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36013 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/apint-elim-logicalops.ll')
-rw-r--r-- | test/Transforms/InstCombine/apint-elim-logicalops.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Transforms/InstCombine/apint-elim-logicalops.ll b/test/Transforms/InstCombine/apint-elim-logicalops.ll index 7920d91c60..13d032cacf 100644 --- a/test/Transforms/InstCombine/apint-elim-logicalops.ll +++ b/test/Transforms/InstCombine/apint-elim-logicalops.ll @@ -1,9 +1,8 @@ ; Test that elimination of logical operators works with ; arbitrary precision integers. - -; RUN: llvm-as < %s | opt -instcombine -disable-output && ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \ -; RUN: not grep '(and\|xor\|add\|shl\|shr)' +; RUN: not grep {(and\|xor\|add\|shl\|shr)} +; END. define i33 @test1(i33 %x) { %tmp.1 = and i33 %x, 65535 ; <i33> [#uses=1] |