[LLVMdev] doc error?
Chris Lattner
sabre at nondot.org
Mon May 9 08:42:49 PDT 2005
On Mon, 9 May 2005, Tzu-Chien Chiu wrote:
> http://llvm.cs.uiuc.edu/docs/CodeGenerator.html
>
> "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 final side-effecting node in the token chain. For
> example, in a single basic block function, this would be the return
> node."
>
> Isn't it should be:
>
> "...The Entry node is always a marker node with an Opcode of ISD::EntryToken..."
Fixed, thanks!
-Chris
--
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/
More information about the llvm-dev
mailing list