[PM] Move the LazyCallGraph printing functionality to a print method.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 13 Jan 2015 23:53:50 +0000 (23:53 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 13 Jan 2015 23:53:50 +0000 (23:53 +0000)
commit76890d82c0d00fc145ed4608f3b8c223ad1f7640
tree7a9702dacb0b22f918900a7a55824aff71e86ab1
parentbed7f07080d45525e2ac0ddf08e930c689c45079
[PM] Move the LazyCallGraph printing functionality to a print method.

I'm adding generic analysis printing utility pass support which will
require such a method (or a specialization) so this will let the
existing printing logic satisfy that.

llvm-svn: 225854
llvm/include/llvm/Analysis/LazyCallGraph.h
llvm/lib/Analysis/LazyCallGraph.cpp