diff options
Diffstat (limited to 'test/Transforms/FunctionResolve/retmismatch3.ll')
-rw-r--r-- | test/Transforms/FunctionResolve/retmismatch3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionResolve/retmismatch3.ll b/test/Transforms/FunctionResolve/retmismatch3.ll index d85da646d4..f9850d67a7 100644 --- a/test/Transforms/FunctionResolve/retmismatch3.ll +++ b/test/Transforms/FunctionResolve/retmismatch3.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -funcresolve +; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve declare int %read(...) |