commit | 3982c2c8bc506fd0fd8a03e6f1739f49fb029e92 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Wed Jun 09 17:39:05 2010 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Wed Jun 09 17:39:05 2010 +0000 |
tree | bd8d4216f1435cfe6ad9a9d3e43a7f95f2a1e8bf | |
parent | c0ccc7041433c8dcac8ef8c88e167c6917149487 [diff] [blame] |
Change another reference to the "indirect callgraph node" to refer to the "external node" instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105731 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/opt/GraphPrinters.cpp b/tools/opt/GraphPrinters.cpp index 86f9932..e7c6d1e 100644 --- a/tools/opt/GraphPrinters.cpp +++ b/tools/opt/GraphPrinters.cpp
@@ -56,7 +56,7 @@ if (Node->getFunction()) return ((Value*)Node->getFunction())->getName(); else - return "Indirect call node"; + return "external node"; } }; }