summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-13 18:00:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-13 18:00:52 +0000
commit759bfd09345786b70783bb58392e3201ba8b55d2 (patch)
tree0840446058da858e97ef91f5362bf7724a0487a8 /test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
parentd718559c7fe626949a3e10427419e997d377c99a (diff)
downloadllvm-759bfd09345786b70783bb58392e3201ba8b55d2.tar.gz
llvm-759bfd09345786b70783bb58392e3201ba8b55d2.tar.bz2
llvm-759bfd09345786b70783bb58392e3201ba8b55d2.tar.xz
For PR950:
Changes for new cast instructions that are backwards compatible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31707 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 75e1ac663f..759c619e6d 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 | llvm-dis | not grep 'cast.*int'
+; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | notcast '.*int'
implementation ; Functions: