mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113077 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3ba94ce59
commit
ab2cee6d51
@ -582,7 +582,6 @@ namespace {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
static char ID;
|
static char ID;
|
||||||
PrintCallGraphPass() : CallGraphSCCPass(ID), Out(dbgs()) {}
|
|
||||||
PrintCallGraphPass(const std::string &B, raw_ostream &o)
|
PrintCallGraphPass(const std::string &B, raw_ostream &o)
|
||||||
: CallGraphSCCPass(ID), Banner(B), Out(o) {}
|
: CallGraphSCCPass(ID), Banner(B), Out(o) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user