PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ago...
authorEli Bendersky <eliben@google.com>
Mon, 5 Nov 2012 02:59:23 +0000 (02:59 +0000)
committerEli Bendersky <eliben@google.com>
Mon, 5 Nov 2012 02:59:23 +0000 (02:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167378 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.rst
include/llvm/Target/TargetLowering.h

index 37a2eccd2aea0e1bcb606c73be53f03c8a85fe62..5fab76ec1a4408b0ea1a4bc75f40632ffb1a6097 100644 (file)
@@ -838,8 +838,7 @@ Initial SelectionDAG Construction
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The initial SelectionDAG is na\ :raw-html:`&iuml;`\ vely peephole expanded from
-the LLVM input by the ``SelectionDAGLowering`` class in the
-``lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp`` file.  The intent of this pass
+the LLVM input by the ``SelectionDAGBuilder`` class.  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 ``getelementptr`` is expanded into the obvious
index 13f80fda3d6d0edf5bb56cced23f3ad06a16104b..580a30fcd2d8ef579f94a95a379a6e75da6be91e 100644 (file)
@@ -1264,7 +1264,7 @@ protected:
 public:
   //===--------------------------------------------------------------------===//
   // Lowering methods - These methods must be implemented by targets so that
-  // the SelectionDAGLowering code knows how to lower these.
+  // the SelectionDAGBuilder code knows how to lower these.
   //
 
   /// LowerFormalArguments - This hook must be implemented to lower the