diff options
Diffstat (limited to 'test/Transforms/FunctionResolve/retmismatch1.ll')
-rw-r--r-- | test/Transforms/FunctionResolve/retmismatch1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionResolve/retmismatch1.ll b/test/Transforms/FunctionResolve/retmismatch1.ll index adbce73048..6895fb557f 100644 --- a/test/Transforms/FunctionResolve/retmismatch1.ll +++ b/test/Transforms/FunctionResolve/retmismatch1.ll @@ -1,6 +1,6 @@ ; This shows where the function is called with the prototype indicating a ; return type exists, but it really doesn't. -; 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 int %foo(...) |