Spell naively with the i-Umlaut...
authorBill Wendling <isanbard@gmail.com>
Mon, 28 Aug 2006 03:04:05 +0000 (03:04 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 28 Aug 2006 03:04:05 +0000 (03:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29939 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index 383aa04bbb1eae36f36db98722af85dc007d5608..f45a98c7241b00c420669226111cc608a47f1ad2 100644 (file)
@@ -850,8 +850,8 @@ phase.</p>
 
 <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&iuml;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