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

Brian Gaeke gaeke at cs.uiuc.edu
Thu Oct 14 22:03:14 PDT 2004



Changes in directory reopt/include/reopt:

UnpackTraceFunction.h updated: 1.19 -> 1.20
---
Log message:

Whoops, I meant to declare SpilledArgMap and its type in UnpackTraceFunction.h.


---
Diffs of the changes:  (+4 -0)

Index: reopt/include/reopt/UnpackTraceFunction.h
diff -u reopt/include/reopt/UnpackTraceFunction.h:1.19 reopt/include/reopt/UnpackTraceFunction.h:1.20
--- reopt/include/reopt/UnpackTraceFunction.h:1.19	Thu Oct 14 16:44:12 2004
+++ reopt/include/reopt/UnpackTraceFunction.h	Fri Oct 15 00:03:04 2004
@@ -69,8 +69,12 @@
   bool rewriteEpilogInstr (MachineBasicBlock &MBB,
                            MachineBasicBlock::iterator iter);
   void rewriteEpilog (MachineBasicBlock &MBB);
+
+  typedef std::map<int,int> SpilledArgMapTy;
+  SpilledArgMapTy SpilledArgMap;
   void placeSpilledArgs ();
   int fixupSpilledArgPlacement (int offset); 
+
   void postprocessMachineInstrsForTrace (MachineBasicBlock &MBB,
                                          MachineBasicBlock::iterator Start);
   bool runOnMachineBasicBlock (MachineBasicBlock &MBB);






More information about the llvm-commits mailing list