mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix a typo in a comment.
llvm-svn: 201633
This commit is contained in:
parent
27ee2a5853
commit
e450c0faf7
@ -12,8 +12,8 @@
|
||||
/// which is a very useful tool for interprocedural optimization.
|
||||
///
|
||||
/// Every function in a module is represented as a node in the call graph. The
|
||||
/// callgraph node keeps track of which functions the are called by the
|
||||
/// function corresponding to the node.
|
||||
/// callgraph node keeps track of which functions are called by the function
|
||||
/// corresponding to the node.
|
||||
///
|
||||
/// A call graph may contain nodes where the function that they correspond to
|
||||
/// is null. These 'external' nodes are used to represent control flow that is
|
||||
|
Loading…
Reference in New Issue
Block a user