[llvm-commits] CVS: reopt/include/reopt/UnpackTraceFunction.h

Brian Gaeke gaeke at cs.uiuc.edu
Mon May 31 00:53:04 PDT 2004


Changes in directory reopt/include/reopt:

UnpackTraceFunction.h updated: 1.5 -> 1.6

---
Log message:

Update some comments.


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

Index: reopt/include/reopt/UnpackTraceFunction.h
diff -u reopt/include/reopt/UnpackTraceFunction.h:1.5 reopt/include/reopt/UnpackTraceFunction.h:1.6
--- reopt/include/reopt/UnpackTraceFunction.h:1.5	Sun May 30 14:39:49 2004
+++ reopt/include/reopt/UnpackTraceFunction.h	Mon May 31 00:51:42 2004
@@ -29,17 +29,17 @@
   TargetMachine *TM;
   TraceFunction *TF;
 
-  /// Static stack size of the MachineFunction. Filled in by rewriteProlog ()
-  /// by calling getStaticStackSize (), and then used again by rewriteEpilog ().
+  /// Static stack size of the MachineFunction. Filled in
+  /// by getStaticStackSize (), and then used by rewriteProlog & rewriteEpilog.
   ///
   unsigned StaticStackSize;
 
-  /// Total stack size of the MachineFunction, including space for regs
-  /// modified in TraceFn to be saved.
+  /// Total stack size of the MachineFunction, including space to save regs
+  /// modified in TraceFn.
   ///
   int TotalStackSize;
 
-  /// Registers clobbered in the trace. Filled in by findRegsUsedInFunction ().
+  /// Registers clobbered in the trace. Filled in by findRegsToSave.
   ///
   std::set<unsigned> RegsToSave;
 





More information about the llvm-commits mailing list