diff options
Diffstat (limited to 'test/Analysis/CallGraph/2008-09-09-DirectCall.ll')
-rw-r--r-- | test/Analysis/CallGraph/2008-09-09-DirectCall.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/CallGraph/2008-09-09-DirectCall.ll b/test/Analysis/CallGraph/2008-09-09-DirectCall.ll index a3afc37..456ffa2 100644 --- a/test/Analysis/CallGraph/2008-09-09-DirectCall.ll +++ b/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: |