Be a bit more specific in caption
authorChris Lattner <sabre@nondot.org>
Sun, 2 Feb 2003 16:42:01 +0000 (16:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Feb 2003 16:42:01 +0000 (16:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5469 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/Printer.cpp

index baff12bac028ed0494289d94656c677853570071..dae4a3ac2fcd6aeb7abd05388a96ad4c5450a543 100644 (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) {