diff options
author | Chris Lattner <sabre@nondot.org> | 2003-02-02 16:42:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-02-02 16:42:01 +0000 |
commit | 07ba9d9010c98ccde48f43da6026694f3f128073 (patch) | |
tree | a10ddb893318b9e73c38a9b6018c3c82681f837b /llvm/lib/Analysis/DataStructure | |
parent | b57f4b7b728c0969c921bc7e11623b204e2f5070 (diff) | |
download | bcm5719-llvm-07ba9d9010c98ccde48f43da6026694f3f128073.tar.gz bcm5719-llvm-07ba9d9010c98ccde48f43da6026694f3f128073.zip |
Be a bit more specific in caption
llvm-svn: 5469
Diffstat (limited to 'llvm/lib/Analysis/DataStructure')
-rw-r--r-- | llvm/lib/Analysis/DataStructure/Printer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/Printer.cpp b/llvm/lib/Analysis/DataStructure/Printer.cpp index baff12bac02..dae4a3ac2fc 100644 --- a/llvm/lib/Analysis/DataStructure/Printer.cpp +++ b/llvm/lib/Analysis/DataStructure/Printer.cpp @@ -64,7 +64,7 @@ struct DOTGraphTraits<const DSGraph*> : public DefaultDOTGraphTraits { if (G->hasFunction()) return "Function " + G->getFunction().getName(); else - return "Non-function graph"; + return "Globals graph"; } static const char *getGraphProperties(const DSGraph *G) { |