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.