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