[llvm-commits] CVS: llvm/docs/CodeGenerator.html

Chris Lattner lattner at cs.uiuc.edu
Mon May 9 08:41:20 PDT 2005



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.13 -> 1.14
---
Log message:

Fix bug noticed by Tzu-Chien Chiu, thanks!


---
Diffs of the changes:  (+2 -2)

 CodeGenerator.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.13 llvm/docs/CodeGenerator.html:1.14
--- llvm/docs/CodeGenerator.html:1.13	Sun Apr 24 19:38:52 2005
+++ llvm/docs/CodeGenerator.html	Mon May  9 10:41:03 2005
@@ -683,7 +683,7 @@
 
 <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>
@@ -992,7 +992,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/04/25 00:38:52 $
+  Last modified: $Date: 2005/05/09 15:41:03 $
 </address>
 
 </body>






More information about the llvm-commits mailing list