diff options
-rw-r--r-- | test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll b/test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll index 134d7eb321..468b6874d7 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 |