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 | ede8c3b92cdaff5a4ffc69a9757a0d77af0bff97 (patch) | |
tree | 2a3396158da75a739e834dcfb3ff9f1b6fc7d8ac /llvm/test/Transforms/InstCombine/apint-and1.ll | |
parent | 1114b48736958351988e6cb7ef56709b626be865 (diff) | |
download | bcm5719-llvm-ede8c3b92cdaff5a4ffc69a9757a0d77af0bff97.tar.gz bcm5719-llvm-ede8c3b92cdaff5a4ffc69a9757a0d77af0bff97.zip |
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.
llvm-svn: 36059
Diffstat (limited to 'llvm/test/Transforms/InstCombine/apint-and1.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/apint-and1.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-and1.ll b/llvm/test/Transforms/InstCombine/apint-and1.ll index b6c7bd9a6b0..eb3b1a64b2c 100644 --- a/llvm/test/Transforms/InstCombine/apint-and1.ll +++ b/llvm/test/Transforms/InstCombine/apint-and1.ll @@ -2,6 +2,7 @@ ; This test is for Integer BitWidth <= 64 && BitWidth % 8 != 0. ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {and } +; END. define i39 @test0(i39 %A) { %B = and i39 %A, 0 ; zero result |