From a91f8ca884790bcedb5e6d0b139fb3f317afe63f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 8 Nov 2002 00:31:27 +0000 Subject: [PATCH] Fix predicate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4617 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll b/test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll index 134d7eb321a..468b6874d7c 100644 --- a/test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll +++ b/test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll @@ -1,4 +1,4 @@ -; RUN: if as < %s | opt -funcresolve -globaldce | dis | grep declare +; RUN: if as < %s | opt -funcresolve -funcresolve | dis | grep declare ; RUN: then exit 1 ; RUN: else exit 0 ; RUN: fi -- 2.34.1