diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 383aa04bbb1..f45a98c7241 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -850,8 +850,8 @@ phase.

-

The initial SelectionDAG is naively peephole expanded from the LLVM input by -the SelectionDAGLowering class in the +

The initial SelectionDAG is naïvely peephole expanded from the LLVM +input by the SelectionDAGLowering class in the lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp 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 add turns