From: Dan Gohman Date: Fri, 3 Oct 2008 00:07:11 +0000 (+0000) Subject: Fix a typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=24585cbbf0945cea5f838ae9af0b60878d1b80b4;p=oota-llvm.git Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56986 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index ad0a5b55882..d240636fc92 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -894,7 +894,7 @@ 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 -into an SDNode add while a geteelementptr is expanded into the +into an SDNode add while a getelementptr is expanded into the obvious arithmetic). This pass requires target-specific hooks to lower calls, returns, varargs, etc. For these features, the TargetLowering interface is used.