Change another reference to the "indirect callgraph node" to
[oota-llvm.git] / tools / opt / GraphPrinters.cpp
index 86f99324b953a15c8687ca6388b021ba37cd687a..e7c6d1e6af8579fadf56656d1a860ccddd838d16 100644 (file)
@@ -56,7 +56,7 @@ namespace llvm {
       if (Node->getFunction())
         return ((Value*)Node->getFunction())->getName();
       else
-        return "Indirect call node";
+        return "external node";
     }
   };
 }