Be a bit more specific in caption

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5469 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-02-02 16:42:01 +00:00
parent 8bac08bf04
commit 32d10ddefa

View File

@ -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) {