mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-19 03:24:09 +00:00
Moving MachineDebugInfo to module level location.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25090 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -108,7 +108,7 @@ void ilist_traits<MachineBasicBlock>::transferNodesFromList(
|
|||||||
|
|
||||||
MachineFunction::MachineFunction(const Function *F,
|
MachineFunction::MachineFunction(const Function *F,
|
||||||
const TargetMachine &TM)
|
const TargetMachine &TM)
|
||||||
: Annotation(MF_AID), Fn(F), Target(TM), UsedPhysRegs(0), DebugInfo() {
|
: Annotation(MF_AID), Fn(F), Target(TM), UsedPhysRegs(0) {
|
||||||
SSARegMapping = new SSARegMap();
|
SSARegMapping = new SSARegMap();
|
||||||
MFInfo = 0;
|
MFInfo = 0;
|
||||||
FrameInfo = new MachineFrameInfo();
|
FrameInfo = new MachineFrameInfo();
|
||||||
|
Reference in New Issue
Block a user