mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
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
This commit is contained in:
@@ -683,7 +683,7 @@ value produced by an operation.</p>
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
A SelectionDAG has designated "Entry" and "Root" nodes. The Entry node is
|
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
|
final side-effecting node in the token chain. For example, in a single basic
|
||||||
block function, this would be the return node.
|
block function, this would be the return node.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user