diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-04 18:19:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-04 18:19:16 +0000 |
commit | 096304818569a6d465e69c7f56a46f195a894277 (patch) | |
tree | 7272085e7be17d3fb0b81bc2450c2418b4417a2f /llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp | |
parent | a3d232ad27db1ce7dacb236ad5f9eb21ee6a8f6b (diff) | |
download | bcm5719-llvm-096304818569a6d465e69c7f56a46f195a894277.tar.gz bcm5719-llvm-096304818569a6d465e69c7f56a46f195a894277.zip |
dead method.
llvm-svn: 113077
Diffstat (limited to 'llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp')
-rw-r--r-- | llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp index b7a27cb288d..725ab72f559 100644 --- a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp +++ b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp @@ -582,7 +582,6 @@ namespace { public: static char ID; - PrintCallGraphPass() : CallGraphSCCPass(ID), Out(dbgs()) {} PrintCallGraphPass(const std::string &B, raw_ostream &o) : CallGraphSCCPass(ID), Banner(B), Out(o) {} |