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/and-or-and.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/and-or-and.ll')
-rw-r--r-- | test/Transforms/InstCombine/and-or-and.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/and-or-and.ll b/test/Transforms/InstCombine/and-or-and.ll index dc1eea1a2d..ea7a87fe3b 100644 --- a/test/Transforms/InstCombine/and-or-and.ll +++ b/test/Transforms/InstCombine/and-or-and.ll @@ -11,6 +11,7 @@ ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \ ; RUN: not grep {or } +; END. int %test1(int %X, int %Y) { %A = and int %X, 7 |