mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
Be a bit more specific in caption
llvm-svn: 5469
This commit is contained in:
parent
58fa654380
commit
e4d8ec335c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user