summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-and1.ll
diff options
context:
space:
mode:
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