forked from OSchip/llvm-project
Fix bug noticed by Tzu-Chien Chiu, thanks!
llvm-svn: 21815
This commit is contained in:
parent
74a01fa211
commit
7bd6ddb6f7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue