From: Bill Wendling Date: Mon, 28 Aug 2006 03:04:05 +0000 (+0000) Subject: Spell naively with the i-Umlaut... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=16448772804d15550c435adcdbe687f4a38a9b8b;p=oota-llvm.git Spell naively with the i-Umlaut... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29939 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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