commit | ef35ff066c8c301acd10db3daa263e119528b260 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Apr 17 03:42:51 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Apr 17 03:42:51 2002 +0000 |
tree | d0c60fe3bf00738d2966e272c88da94a40c0b60f | |
parent | fe14568a8122b7c9b832795594b7bae11b2b6cc4 [diff] [blame] |
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
diff --git a/lib/Analysis/DataStructure/NodeImpl.cpp b/lib/Analysis/DataStructure/NodeImpl.cpp index 4451f6e..66bd889 100644 --- a/lib/Analysis/DataStructure/NodeImpl.cpp +++ b/lib/Analysis/DataStructure/NodeImpl.cpp
@@ -285,7 +285,7 @@ OS << "call " << CM->getName(); else OS << "call <indirect>"; - OS << "|Ret: "; + OS << ": "; WriteTypeSymbolic(OS, getType(), CI->getParent()->getParent()->getParent()); return OS.str();