diff options
Diffstat (limited to 'llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll')
| -rw-r--r-- | llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll b/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll index a3afc379c5a..456ffa25d7b 100644 --- a/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll +++ b/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll @@ -1,4 +1,5 @@ -; RUN: llvm-as < %s | opt -callgraph -disable-output |& grep {Calls function 'callee'} | count 2 +; RUN: llvm-as < %s | opt -print-callgraph -disable-output |& \ +; RUN: grep {Calls function 'callee'} | count 2 define internal void @callee(...) { entry: |

