Added source file/line correspondence for dwarf (PowerPC only at this point.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey
2005-12-16 22:45:29 +00:00
parent d9e0ba49a4
commit f5395cee6a
10 changed files with 160 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ void ilist_traits<MachineBasicBlock>::transferNodesFromList(
MachineFunction::MachineFunction(const Function *F,
const TargetMachine &TM)
: Annotation(MF_AID), Fn(F), Target(TM), UsedPhysRegs(0) {
: Annotation(MF_AID), Fn(F), Target(TM), UsedPhysRegs(0), DebugInfo() {
SSARegMapping = new SSARegMap();
MFInfo = 0;
FrameInfo = new MachineFrameInfo();