aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/signext.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/signext.ll')
-rw-r--r--test/Transforms/InstCombine/signext.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/signext.ll b/test/Transforms/InstCombine/signext.ll
index 4828937e3e..716662682d 100644
--- a/test/Transforms/InstCombine/signext.ll
+++ b/test/Transforms/InstCombine/signext.ll
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
; RUN: not grep {(and\|xor\|add\|shl\|shr)}
+; END.
define i32 @test1(i32 %x) {
%tmp.1 = and i32 %x, 65535 ; <i32> [#uses=1]