mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Add comment indicating semantics of indirect calls
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
742b1461db
commit
a0d7f9dbb7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user