Fix bug noticed by Tzu-Chien Chiu, thanks!
authorChris Lattner <sabre@nondot.org>
Mon, 9 May 2005 15:41:03 +0000 (15:41 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 May 2005 15:41:03 +0000 (15:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21815 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index 0fe6a78ab54ec756d6756e19e5a9fc92588fdb19..b6048108b87c72e285cf98dd75e64d10499eb130 100644 (file)
@@ -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>