Initial checkin of the CallGraphSCCPass class
authorChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 01:54:59 +0000 (01:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 01:54:59 +0000 (01:54 +0000)
commit4a81067a84e18c44898149f5afdbaa3e18b3e821
treeadbed8ab8a4149afac32c9df25c66871f9197082
parent22ab2a16e5477d96d579c04a9798a6cddd277434
Initial checkin of the CallGraphSCCPass class

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