[llvm-commits] CVS: reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Mon May 24 16:03:02 PDT 2004


Changes in directory reopt/lib/LightWtProfiling:

UnpackTraceFunction.cpp updated: 1.70 -> 1.71

---
Log message:

Fix bug in debugging output...geez...


---
Diffs of the changes:  (+2 -2)

Index: reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp
diff -u reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.70 reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.71
--- reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.70	Mon May 24 03:54:46 2004
+++ reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp	Mon May 24 16:01:25 2004
@@ -478,8 +478,8 @@
     unsigned R = Source.Placement;
     unsigned RegType = TRI.getRegType (R);
     DEBUG (std::cerr << "rewriteEpilog: saving live-out value: " << V->getName()
-           << " is allocated to reg#" << Target.AllocState
-           << " in MatrixFn and reg#" << Source.AllocState << " in TraceFn\n");
+           << " is allocated to reg#" << Target.Placement
+           << " in MatrixFn and reg#" << Source.Placement << " in TraceFn\n");
     TRI.cpReg2MemMI (mvec, R, sp, stackOffsetForReg (Target.Placement),
                      RegType, g2);
     for (std::vector<MachineInstr *>::iterator vi = mvec.begin (),





More information about the llvm-commits mailing list