mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
trim some spurious references to DwarfWriter. SDIsel really doesn't
need it anymore, so don't addRequire it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100400 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -189,7 +189,7 @@ class MachineFrameInfo {
|
||||
SmallVector<bool, 8> SpillObjects;
|
||||
|
||||
/// MMI - This field is set (via setMachineModuleInfo) by a module info
|
||||
/// consumer (ex. DwarfWriter) to indicate that frame layout information
|
||||
/// consumer to indicate that frame layout information
|
||||
/// should be acquired. Typically, it's the responsibility of the target's
|
||||
/// TargetRegisterInfo prologue/epilogue emitting code to inform
|
||||
/// MachineModuleInfo of frame layouts.
|
||||
@@ -455,7 +455,7 @@ public:
|
||||
/// emitter (TargetRegisterInfo) to provide frame layout information.
|
||||
MachineModuleInfo *getMachineModuleInfo() const { return MMI; }
|
||||
|
||||
/// setMachineModuleInfo - Used by a meta info consumer (DwarfWriter) to
|
||||
/// setMachineModuleInfo - Used by a meta info consumer to
|
||||
/// indicate that frame layout information should be gathered.
|
||||
void setMachineModuleInfo(MachineModuleInfo *mmi) { MMI = mmi; }
|
||||
|
||||
|
Reference in New Issue
Block a user