aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll')
-rw-r--r--test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll2
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 8be0681..2ca8268 100644
--- a/test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll
+++ b/test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -funcresolve -funcresolve | llvm-dis | not grep declare
+; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve -funcresolve | llvm-dis | not grep declare
declare void %qsortg(sbyte*, int, int)