mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user