[PM] [cleanup] Rearrange the public and private sections of this class
authorChandler Carruth <chandlerc@gmail.com>
Mon, 2 Dec 2013 12:35:56 +0000 (12:35 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 2 Dec 2013 12:35:56 +0000 (12:35 +0000)
commitc15aff93c49dabb5ed174fd3731c7219e96af1f4
treeb7a4f7e029586cd7d235cc9e25fb9d807df4a527
parente126dcbff9406a6beeadee02a5efc652b42fece6
[PM] [cleanup] Rearrange the public and private sections of this class
to be a bit more sensible. The public interface now is first followed by
the implementation details.

This also resolves a FIXME to make something private -- it was already
possible as the one special caller was already a friend.

No functionality changed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196095 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CallGraph.h