mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
Specify the graph name
llvm-svn: 4195
This commit is contained in:
parent
c83c9a41fc
commit
9ed6bfa052
@ -204,7 +204,7 @@ void DSGraph::writeGraphToFile(std::ostream &O, const string &GraphName) {
|
||||
std::ofstream F(Filename.c_str());
|
||||
|
||||
if (F.good()) {
|
||||
WriteGraph(F, this);
|
||||
WriteGraph(F, this, "DataStructures");
|
||||
//print(F);
|
||||
O << " [" << getGraphSize() << "+" << getFunctionCalls().size() << "]\n";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user