mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
fix printing call graphs
llvm-svn: 27820
This commit is contained in:
parent
87c0d713cc
commit
90e3af9ab1
@ -71,7 +71,7 @@ namespace {
|
||||
}
|
||||
virtual bool runOnModule(Module &M) { return false; }
|
||||
|
||||
void print(std::ostream &OS, Module *M) const {
|
||||
virtual void print(std::ostream &OS, const Module *M) const {
|
||||
getAnalysis<CallGraph>().print(OS, M);
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user