aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/and-or-and.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/and-or-and.ll')
-rw-r--r--test/Transforms/InstCombine/and-or-and.ll1
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 dc1eea1..ea7a87f 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