Add comment indicating semantics of indirect calls

llvm-svn: 744
This commit is contained in:
Chris Lattner 2001-10-13 06:24:35 +00:00
parent 826eff1c35
commit 92d335cbfe
1 changed files with 4 additions and 0 deletions

View 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