summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/setcc-strength-reduce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/setcc-strength-reduce.ll')
-rw-r--r--test/Transforms/InstCombine/setcc-strength-reduce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/setcc-strength-reduce.ll b/test/Transforms/InstCombine/setcc-strength-reduce.ll
index 4c420ab421..9931ccb2fd 100644
--- a/test/Transforms/InstCombine/setcc-strength-reduce.ll
+++ b/test/Transforms/InstCombine/setcc-strength-reduce.ll
@@ -4,7 +4,7 @@
;
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
; RUN: grep -v {icmp eq} | grep -v {icmp ne} | not grep icmp
-
+; END.
define i1 @test1(i32 %A) {
; setne %A, 0