[llvm-commits] CVS: llvm/lib/CodeGen/MachineFunction.cpp
Jim Laskey
jlaskey at apple.com
Fri Dec 16 14:45:42 PST 2005
Changes in directory llvm/lib/CodeGen:
MachineFunction.cpp updated: 1.81 -> 1.82
---
Log message:
Added source file/line correspondence for dwarf (PowerPC only at this point.)
---
Diffs of the changes: (+1 -1)
MachineFunction.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/MachineFunction.cpp
diff -u llvm/lib/CodeGen/MachineFunction.cpp:1.81 llvm/lib/CodeGen/MachineFunction.cpp:1.82
--- llvm/lib/CodeGen/MachineFunction.cpp:1.81 Wed Oct 12 07:09:05 2005
+++ llvm/lib/CodeGen/MachineFunction.cpp Fri Dec 16 16:45:28 2005
@@ -108,7 +108,7 @@
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();
More information about the llvm-commits
mailing list