mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +00:00
the pointer MMI keeps will start out with object-file format specific stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82012 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -39,7 +39,7 @@ MachineModuleInfoImpl::~MachineModuleInfoImpl() {}
|
||||
|
||||
MachineModuleInfo::MachineModuleInfo()
|
||||
: ImmutablePass(&ID)
|
||||
, TargetMMI(0)
|
||||
, ObjFileMMI(0)
|
||||
, CallsEHReturn(0)
|
||||
, CallsUnwindInit(0)
|
||||
, DbgInfoAvailable(false) {
|
||||
@ -48,7 +48,7 @@ MachineModuleInfo::MachineModuleInfo()
|
||||
}
|
||||
|
||||
MachineModuleInfo::~MachineModuleInfo() {
|
||||
delete TargetMMI;
|
||||
delete ObjFileMMI;
|
||||
}
|
||||
|
||||
/// doInitialization - Initialize the state for a new module.
|
||||
|
Reference in New Issue
Block a user