summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/setcc-strength-reduce.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 22:44:42 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 22:44:42 +0000
commitc6cab2415195fe24b5c14e6dc62e1f09da7cf96e (patch)
tree95347f6f8a32ce48f7a8c1fff8ba49b610db268d /test/Transforms/InstCombine/setcc-strength-reduce.ll
parent35f7ba9120876f15148392b06c758fc23ec4a075 (diff)
downloadllvm-c6cab2415195fe24b5c14e6dc62e1f09da7cf96e.tar.gz
llvm-c6cab2415195fe24b5c14e6dc62e1f09da7cf96e.tar.bz2
llvm-c6cab2415195fe24b5c14e6dc62e1f09da7cf96e.tar.xz
Convert scripts from using explicit control flow to use the new grep-not script
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6955 91177308-0d34-0410-b5e6-96231b3b80d8
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