summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/NodeImpl.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-17 03:42:51 +0000
committerChris Lattner <sabre@nondot.org>2002-04-17 03:42:51 +0000
commitbda898420b56049d374319cd9d1d0baf7f4695d6 (patch)
treefee1f9c135872930f44e605f4b1322eba65f595c /llvm/lib/Analysis/DataStructure/NodeImpl.cpp
parent79db55028c50a275f38264b11c2ae9bff5daa348 (diff)
downloadbcm5719-llvm-bda898420b56049d374319cd9d1d0baf7f4695d6.tar.gz
bcm5719-llvm-bda898420b56049d374319cd9d1d0baf7f4695d6.zip
Inline indirect function calls that are only capable of calling one function
llvm-svn: 2275
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/NodeImpl.cpp')
-rw-r--r--llvm/lib/Analysis/DataStructure/NodeImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/NodeImpl.cpp b/llvm/lib/Analysis/DataStructure/NodeImpl.cpp
index 4451f6e59bb..66bd8898b1c 100644
--- a/llvm/lib/Analysis/DataStructure/NodeImpl.cpp
+++ b/llvm/lib/Analysis/DataStructure/NodeImpl.cpp
@@ -285,7 +285,7 @@ string CallDSNode::getCaption() const {
OS << "call " << CM->getName();
else
OS << "call <indirect>";
- OS << "|Ret: ";
+ OS << ": ";
WriteTypeSymbolic(OS, getType(),
CI->getParent()->getParent()->getParent());
return OS.str();
OpenPOWER on IntegriCloud