From ef35ff066c8c301acd10db3daa263e119528b260 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 17 Apr 2002 03:42:51 +0000 Subject: Inline indirect function calls that are only capable of calling one function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2275 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/DataStructure/NodeImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Analysis/DataStructure/NodeImpl.cpp') diff --git a/lib/Analysis/DataStructure/NodeImpl.cpp b/lib/Analysis/DataStructure/NodeImpl.cpp index 4451f6e59b..66bd8898b1 100644 --- a/lib/Analysis/DataStructure/NodeImpl.cpp +++ b/lib/Analysis/DataStructure/NodeImpl.cpp @@ -285,7 +285,7 @@ string CallDSNode::getCaption() const { OS << "call " << CM->getName(); else OS << "call "; - OS << "|Ret: "; + OS << ": "; WriteTypeSymbolic(OS, getType(), CI->getParent()->getParent()->getParent()); return OS.str(); -- cgit v1.2.3-18-g5258