From 7c462768ed4d2313a2110571fe1ebda893c3ce4f Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Fri, 16 Dec 2005 22:45:29 +0000 Subject: Added source file/line correspondence for dwarf (PowerPC only at this point.) llvm-svn: 24748 --- llvm/lib/CodeGen/MachineFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineFunction.cpp') 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::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(); -- cgit v1.2.3