From 1825e30decb36537bfa66e8865268c9f8bd8b9b3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Dec 2004 17:53:11 +0000 Subject: [PATCH] Fix this test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18900 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SCCP/ipsccp-conditional.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/SCCP/ipsccp-conditional.ll b/test/Transforms/SCCP/ipsccp-conditional.ll index a3282119766..27fdf05a885 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 -- 2.11.0