summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/apint-and-or-and.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/apint-and-or-and.ll')
-rw-r--r--test/Transforms/InstCombine/apint-and-or-and.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/apint-and-or-and.ll b/test/Transforms/InstCombine/apint-and-or-and.ll
index e60a1fa16d..4630f28678 100644
--- a/test/Transforms/InstCombine/apint-and-or-and.ll
+++ b/test/Transforms/InstCombine/apint-and-or-and.ll
@@ -12,6 +12,7 @@
; This tests arbitrary precision integers.
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {or }
+; END.
define i17 @test1(i17 %X, i17 %Y) {
%A = and i17 %X, 7