OSDN Git Service

Moving MachineDebugInfo to module level location.
authorJim Laskey <jlaskey@mac.com>
Wed, 4 Jan 2006 13:43:56 +0000 (13:43 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 4 Jan 2006 13:43:56 +0000 (13:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25090 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineFunction.cpp

index f51176f..f0ece6b 100644 (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), DebugInfo() {
+  : Annotation(MF_AID), Fn(F), Target(TM), UsedPhysRegs(0) {
   SSARegMapping = new SSARegMap();
   MFInfo = 0;
   FrameInfo = new MachineFrameInfo();