Be a bit more specific in caption

llvm-svn: 5469
This commit is contained in:
Chris Lattner 2003-02-02 16:42:01 +00:00
parent 58fa654380
commit e4d8ec335c

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