summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/opt/GraphPrinters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/GraphPrinters.cpp b/tools/opt/GraphPrinters.cpp
index 86f99324b9..e7c6d1e6af 100644
--- a/tools/opt/GraphPrinters.cpp
+++ b/tools/opt/GraphPrinters.cpp
@@ -56,7 +56,7 @@ namespace llvm {
if (Node->getFunction())
return ((Value*)Node->getFunction())->getName();
else
- return "Indirect call node";
+ return "external node";
}
};
}