summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-and1.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 07:38:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 07:38:21 +0000
commitede8c3b92cdaff5a4ffc69a9757a0d77af0bff97 (patch)
tree2a3396158da75a739e834dcfb3ff9f1b6fc7d8ac /llvm/test/Transforms/InstCombine/apint-and1.ll
parent1114b48736958351988e6cb7ef56709b626be865 (diff)
downloadbcm5719-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.ll1
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
OpenPOWER on IntegriCloud