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

Bill Wendling isanbard at gmail.com
Sun Aug 27 20:04:19 PDT 2006



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.32 -> 1.33
---
Log message:

Spell naively with the i-Umlaut...


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

 CodeGenerator.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.32 llvm/docs/CodeGenerator.html:1.33
--- llvm/docs/CodeGenerator.html:1.32	Sun Aug 27 21:57:41 2006
+++ llvm/docs/CodeGenerator.html	Sun Aug 27 22:04:05 2006
@@ -850,8 +850,8 @@
 
 <div class="doc_text">
 
-<p>The initial SelectionDAG is naively peephole expanded from the LLVM input by
-the <tt>SelectionDAGLowering</tt> class in the
+<p>The initial SelectionDAG is naïvely peephole expanded from the LLVM
+input by the <tt>SelectionDAGLowering</tt> class in the
 <tt>lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp</tt> file.  The intent of this
 pass is to expose as much low-level, target-specific details to the SelectionDAG
 as possible.  This pass is mostly hard-coded (e.g. an LLVM <tt>add</tt> turns
@@ -1287,7 +1287,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/08/28 02:57:41 $
+  Last modified: $Date: 2006/08/28 03:04:05 $
 </address>
 
 </body>






More information about the llvm-commits mailing list