diff options
-rw-r--r-- | docs/CodeGenerator.html | 4 |
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ï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 |