From 16448772804d15550c435adcdbe687f4a38a9b8b Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 28 Aug 2006 03:04:05 +0000 Subject: [PATCH] Spell naively with the i-Umlaut... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29939 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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