diff options
Diffstat (limited to 'test/Transforms/FunctionResolve/retmismatch2.ll')
-rw-r--r-- | test/Transforms/FunctionResolve/retmismatch2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionResolve/retmismatch2.ll b/test/Transforms/FunctionResolve/retmismatch2.ll index 36a062eb28..433f5bb79b 100644 --- a/test/Transforms/FunctionResolve/retmismatch2.ll +++ b/test/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: as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | not grep call +; RUN: llvm-as < %s | opt -funcresolve -instcombine | llvm-dis | grep '\.\.\.' | not grep call declare void %foo(...) |