summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-28 08:15:33 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-28 08:15:33 +0000
commit2ded5d0053430f44f47899bbf4dbc86df59eb61a (patch)
tree86544e20e4cdf22cbccdc45044af0ed859fb6150 /test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
parentd3938b14ea1f828ff000afc57b4c86ddfb051ff1 (diff)
downloadllvm-2ded5d0053430f44f47899bbf4dbc86df59eb61a.tar.gz
llvm-2ded5d0053430f44f47899bbf4dbc86df59eb61a.tar.bz2
llvm-2ded5d0053430f44f47899bbf4dbc86df59eb61a.tar.xz
Correct the RUN line to remove unneeded parameters and make sure the test
case is testing the right thing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll')
-rw-r--r--test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll b/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
index b04d544636..e2ccd67c14 100644
--- a/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
+++ b/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
@@ -9,7 +9,7 @@
; be eliminated. In many cases the setCC is also eliminated based on the
; constant value and the range of the casted value.
;
-; RUN: llvm-as %s -o - | opt -instcombine -o - | llvm-dis -o - | grep -v cast
+; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep cast
implementation ; Functions: