diff options
author | Bill Wendling <isanbard@gmail.com> | 2006-08-28 03:04:05 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2006-08-28 03:04:05 +0000 |
commit | 6737f5dc4f4a495cd5f5e8670653c9ecc15e827b (patch) | |
tree | 7b53cb715559628e494af40f0ce675c4c35b15ef | |
parent | 661faec29a54ca4c2be2049d9d2f241c858860d1 (diff) | |
download | bcm5719-llvm-6737f5dc4f4a495cd5f5e8670653c9ecc15e827b.tar.gz bcm5719-llvm-6737f5dc4f4a495cd5f5e8670653c9ecc15e827b.zip |
Spell naively with the i-Umlaut...
llvm-svn: 29939
-rw-r--r-- | llvm/docs/CodeGenerator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 383aa04bbb1..f45a98c7241 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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ï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 |