aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionResolve/retmismatch2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/FunctionResolve/retmismatch2.ll')
-rw-r--r--test/Transforms/FunctionResolve/retmismatch2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionResolve/retmismatch2.ll b/test/Transforms/FunctionResolve/retmismatch2.ll
index 1c552ed275..cffe1a4c9e 100644
--- a/test/Transforms/FunctionResolve/retmismatch2.ll
+++ b/test/Transforms/FunctionResolve/retmismatch2.ll
@@ -6,7 +6,7 @@
; RUN: else exit 1 # Make sure opt doesn't abort!
; RUN: fi
;
-; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.' | grep call
+; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | grep call
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi