From: Chris Lattner Date: Sun, 2 Feb 2003 16:42:01 +0000 (+0000) Subject: Be a bit more specific in caption X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=32d10ddefa6b1bd2a639d4abdf8d2b729101fe90;p=oota-llvm.git Be a bit more specific in caption git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5469 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/DataStructure/Printer.cpp b/lib/Analysis/DataStructure/Printer.cpp index baff12bac02..dae4a3ac2fc 100644 --- a/lib/Analysis/DataStructure/Printer.cpp +++ b/lib/Analysis/DataStructure/Printer.cpp @@ -64,7 +64,7 @@ struct DOTGraphTraits : 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) {