Initial support for construction of a call graph
authorChris Lattner <sabre@nondot.org>
Fri, 28 Sep 2001 00:08:15 +0000 (00:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Sep 2001 00:08:15 +0000 (00:08 +0000)
commit41fbf305ee3e2c3b8610459e8c09b60e61f4d34d
treeabc6a76e913f5c4b28c8a5bfd812154b77dfc6a6
parentc4199ecf6e960a2b482b436f412524946a25646f
Initial support for construction of a call graph

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@660 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CallGraph.h [new file with mode: 0644]
lib/Analysis/IPA/CallGraph.cpp [new file with mode: 0644]