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.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Transforms/InstCombine/setcc-strength-reduce.ll b/test/Transforms/InstCombine/setcc-strength-reduce.ll
index 375dac6071..9051d032cf 100644
--- a/test/Transforms/InstCombine/setcc-strength-reduce.ll
+++ b/test/Transforms/InstCombine/setcc-strength-reduce.ll
@@ -3,10 +3,7 @@
; into equivalent setne,eq instructions.
;
-; RUN: if as < %s | opt -instcombine | dis | grep -v seteq | grep -v setne | grep set
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -instcombine | dis | grep -v seteq | grep -v setne | grep-not set
bool "test1"(uint %A) {
%B = setge uint %A, 1 ; setne %A, 0