diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-05-09 15:41:03 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-05-09 15:41:03 +0000 | 
| commit | 7bd6ddb6f70f1f624e3da51b072d223eaf52bd67 (patch) | |
| tree | 49b9fd6dca21f6c53a18d4c86546876c74360408 /llvm | |
| parent | 74a01fa211d3d9d943da33bca400df18fad5564f (diff) | |
| download | bcm5719-llvm-7bd6ddb6f70f1f624e3da51b072d223eaf52bd67.tar.gz bcm5719-llvm-7bd6ddb6f70f1f624e3da51b072d223eaf52bd67.zip  | |
Fix bug noticed by Tzu-Chien Chiu, thanks!
llvm-svn: 21815
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 0fe6a78ab54..b6048108b87 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -683,7 +683,7 @@ value produced by an operation.</p>  <p>  A SelectionDAG has designated "Entry" and "Root" nodes.  The Entry node is -always a marker node with an Opcode of ISD::TokenFactor.  The Root node is the +always a marker node with an Opcode of ISD::EntryToken.  The Root node is the  final side-effecting node in the token chain. For example, in a single basic  block function, this would be the return node.  </p>  | 

