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 | e0c1317f8aec61a90e2af09941707c03000ee27b (patch) | |
tree | 8b22461745e65e37dfbdb1bf2b7418ca51d36250 /docs | |
parent | 8a3042c872a312977550cc16395cd7883cdd9b3c (diff) | |
download | external_llvm-e0c1317f8aec61a90e2af09941707c03000ee27b.zip external_llvm-e0c1317f8aec61a90e2af09941707c03000ee27b.tar.gz external_llvm-e0c1317f8aec61a90e2af09941707c03000ee27b.tar.bz2 |
Fix bug noticed by Tzu-Chien Chiu, thanks!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 0fe6a78..b604810 100644 --- a/docs/CodeGenerator.html +++ b/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> |