Add comment indicating semantics of indirect calls
authorChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 06:24:35 +0000 (06:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 06:24:35 +0000 (06:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@744 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/CallGraph.h

index 0683623454c3242e5e5d05aed94a25cacdb25eee..3c6f7cc4660a9a951f22ad51b123d41ff465f810 100644 (file)
@@ -3,6 +3,10 @@
 // This interface is used to build and manipulate a call graph, which is a very 
 // useful tool for interprocedural optimization.
 //
+// This call graph represents a dynamic method invocation as a null method node.
+// A call graph may only have up to one null method node that represents all of
+// the dynamic method invocations.
+//
 //===----------------------------------------------------------------------===//
 
 #ifndef LLVM_ANALYSIS_CALLGRAPH_H