diff options
author | Jim Laskey <jlaskey@mac.com> | 2005-12-16 22:45:29 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2005-12-16 22:45:29 +0000 |
commit | 7c462768ed4d2313a2110571fe1ebda893c3ce4f (patch) | |
tree | bb6998a616f4ec6f48007277ea7f7c2709344074 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 887af88ce3c3eb41b17ff66fda84ffc4d36166a2 (diff) | |
download | bcm5719-llvm-7c462768ed4d2313a2110571fe1ebda893c3ce4f.tar.gz bcm5719-llvm-7c462768ed4d2313a2110571fe1ebda893c3ce4f.zip |
Added source file/line correspondence for dwarf (PowerPC only at this point.)
llvm-svn: 24748
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp index f0ece6b3dbb..f51176ff210 100644 --- a/llvm/lib/CodeGen/MachineFunction.cpp +++ b/llvm/lib/CodeGen/MachineFunction.cpp @@ -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(); |