The actual nicification of calls is now implemented in instcombine, not in
funcresolve

llvm-svn: 6784
diff --git a/llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll b/llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll
index 1c552ed..cffe1a4 100644
--- a/llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll
+++ b/llvm/test/Regression/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