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 2f4afab7b0..d85da646d4 100644 --- a/test/Transforms/FunctionResolve/retmismatch3.ll +++ b/test/Transforms/FunctionResolve/retmismatch3.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -funcresolve +; RUN: llvm-as < %s | opt -funcresolve declare int %read(...) |