Teach -callgraph to always print the callgraph (as the
authorDuncan Sands <baldrick@free.fr>
Fri, 19 Sep 2008 07:57:09 +0000 (07:57 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 19 Sep 2008 07:57:09 +0000 (07:57 +0000)
commite65d39a42ccb63c8b883db0c466cc43f42d83fff
tree5ac155673b708efe3891cab768e0e1e6f72b580d
parentfa48f941304f29f967e0a7fc6807d7026ba99b7b
Teach -callgraph to always print the callgraph (as the
description says it does), not just when -analyze is
used as well.  This means printing to stderr, so adjust
some tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56337 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/CallGraph/2008-09-09-DirectCall.ll
test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll
test/Other/2002-01-31-CallGraph.ll
tools/opt/AnalysisWrappers.cpp