1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

dead method.

llvm-svn: 113077
This commit is contained in:
Chris Lattner 2010-09-04 18:19:16 +00:00
parent c3d0385834
commit 238e7c2fbe

View File

@ -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) {}