mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ago. Fix references to it in documentation and comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db2b285225
commit
87a1af4380
@ -838,8 +838,7 @@ Initial SelectionDAG Construction
|
|||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The initial SelectionDAG is na\ :raw-html:`ï`\ vely peephole expanded from
|
The initial SelectionDAG is na\ :raw-html:`ï`\ vely peephole expanded from
|
||||||
the LLVM input by the ``SelectionDAGLowering`` class in the
|
the LLVM input by the ``SelectionDAGBuilder`` class. The intent of this pass
|
||||||
``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
|
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
|
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
|
``SDNode add`` while a ``getelementptr`` is expanded into the obvious
|
||||||
|
@ -1264,7 +1264,7 @@ protected:
|
|||||||
public:
|
public:
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
// Lowering methods - These methods must be implemented by targets so that
|
// 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
|
/// LowerFormalArguments - This hook must be implemented to lower the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user