aboutsummaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-08-28 03:04:05 +0000
committerBill Wendling <isanbard@gmail.com>2006-08-28 03:04:05 +0000
commit16448772804d15550c435adcdbe687f4a38a9b8b (patch)
tree8e2e918745fe7747e1e7dc8fd200077ad97b0747 /docs/CodeGenerator.html
parent546c421c1dedd2eabdbb3ab0d3c98046f351a1f3 (diff)
Spell naively with the i-Umlaut...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r--docs/CodeGenerator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 383aa04bbb..f45a98c724 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -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