summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll')
-rw-r--r--llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll b/llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll
index 433f5bb79b5..749ca40db82 100644
--- a/llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll
+++ b/llvm/test/Regression/Transforms/FunctionResolve/retmismatch2.ll
@@ -1,7 +1,7 @@
; This shows where the function is called with the prototype indicating a
; return type doesn't exists, but it really does.
;
-; RUN: llvm-as < %s | opt -funcresolve -instcombine | llvm-dis | grep '\.\.\.' | not grep call
+; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve -instcombine | llvm-dis | grep '\.\.\.' | not grep call
declare void %foo(...)
OpenPOWER on IntegriCloud