summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-11 17:13:19 +0000
committerChris Lattner <sabre@nondot.org>2004-12-11 17:13:19 +0000
commit5df6895f75cc0ae8aa42b4872da1af6ef29f17f4 (patch)
tree7d1a9d39bc64fde835d9dc40a93c81e12ef99c83 /test/Transforms/SCCP
parent2ffa47b6bf5e98f887a45fd3a51452d4f3b67c2d (diff)
downloadllvm-5df6895f75cc0ae8aa42b4872da1af6ef29f17f4.tar.gz
llvm-5df6895f75cc0ae8aa42b4872da1af6ef29f17f4.tar.bz2
llvm-5df6895f75cc0ae8aa42b4872da1af6ef29f17f4.tar.xz
Update test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SCCP')
-rw-r--r--test/Transforms/SCCP/ipsccp-basic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/ipsccp-basic.ll b/test/Transforms/SCCP/ipsccp-basic.ll
index 084ac71bee..a5736bea52 100644
--- a/test/Transforms/SCCP/ipsccp-basic.ll
+++ b/test/Transforms/SCCP/ipsccp-basic.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 17' | not grep ret
+; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 17' | grep -v 'ret int undef' | not grep ret
implementation