diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 07:38:21 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 07:38:21 +0000 |
commit | 7c65d4345ea93967e2d943765c3fa945beb72aab (patch) | |
tree | 9a09cee7dbfcca1e7a392daf493d8e84b011db79 /test/Transforms/InstCombine/signext.ll | |
parent | a20c22f19083a2f9a4344549eccfbb40f39cbad3 (diff) |
For PR1319:
Make use of the END. facility on all files > 1K so that we aren't wasting CPU
cycles searching for RUN: lines that we'll never find.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/signext.ll')
-rw-r--r-- | test/Transforms/InstCombine/signext.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/signext.ll b/test/Transforms/InstCombine/signext.ll index d754260cf0..f69cbc0072 100644 --- a/test/Transforms/InstCombine/signext.ll +++ b/test/Transforms/InstCombine/signext.ll @@ -1,5 +1,6 @@ ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \ ; RUN: not grep {(and\|xor\|add\|shl\|shr)} +; END. int %test1(int %x) { %tmp.1 = and int %x, 65535 ; <int> [#uses=1] |