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 | ab2cee6d51c11553d723b377c7c4df23f918fad2 (patch) | |
tree | fffc0bda7c00be5eadb67d27097b7824766c8cd1 /lib/Analysis/IPA/CallGraphSCCPass.cpp | |
parent | d3ba94ce59b7896432616c5e7a8421f1dddf9bd3 (diff) |
dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA/CallGraphSCCPass.cpp')
-rw-r--r-- | lib/Analysis/IPA/CallGraphSCCPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/CallGraphSCCPass.cpp b/lib/Analysis/IPA/CallGraphSCCPass.cpp index b7a27cb288..725ab72f55 100644 --- a/lib/Analysis/IPA/CallGraphSCCPass.cpp +++ b/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) {} |