aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-13 17:53:11 +0000
committerChris Lattner <sabre@nondot.org>2004-12-13 17:53:11 +0000
commit1825e30decb36537bfa66e8865268c9f8bd8b9b3 (patch)
tree489dcb1a083e3ade2f8117ec6d9837e72ea1ae80 /test/Transforms/SCCP
parent7e80cd99936160aea2b883bcc59750a1772e5698 (diff)
downloadexternal_llvm-1825e30decb36537bfa66e8865268c9f8bd8b9b3.zip
external_llvm-1825e30decb36537bfa66e8865268c9f8bd8b9b3.tar.gz
external_llvm-1825e30decb36537bfa66e8865268c9f8bd8b9b3.tar.bz2
Fix this test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SCCP')
-rw-r--r--test/Transforms/SCCP/ipsccp-conditional.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/ipsccp-conditional.ll b/test/Transforms/SCCP/ipsccp-conditional.ll
index a328211..27fdf05 100644
--- a/test/Transforms/SCCP/ipsccp-conditional.ll
+++ b/test/Transforms/SCCP/ipsccp-conditional.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 0' | not grep ret
+; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 0' | grep -v 'ret int undef' | not grep ret
implementation