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)
llvm-svn: 167378

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

index 37a2ecc..5fab76e 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 13f80fd..580a30f 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