commit | 641e1c252d40df3cd354ec7ed543018f31e55d96 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Oct 16 01:34:28 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Oct 16 01:34:28 2002 +0000 |
tree | a79e7aadc6ec35ad1821254c2bbcb6954ed020f3 | |
parent | 8c836ce4f86713376b626e30765494f0a4f7e4b3 [diff] [blame] |
Specify the graph name git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4195 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DataStructure/Printer.cpp b/lib/Analysis/DataStructure/Printer.cpp index 0c0724e..87ba971 100644 --- a/lib/Analysis/DataStructure/Printer.cpp +++ b/lib/Analysis/DataStructure/Printer.cpp
@@ -204,7 +204,7 @@ std::ofstream F(Filename.c_str()); if (F.good()) { - WriteGraph(F, this); + WriteGraph(F, this, "DataStructures"); //print(F); O << " [" << getGraphSize() << "+" << getFunctionCalls().size() << "]\n"; } else {