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

Brian Gaeke gaeke at cs.uiuc.edu
Sun May 30 04:21:01 PDT 2004


Changes in directory reopt/include/reopt:

UnpackTraceFunction.h updated: 1.2 -> 1.3

---
Log message:

New, improved UnpackTraceFunction: now with fewer private methods!


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

Index: reopt/include/reopt/UnpackTraceFunction.h
diff -u reopt/include/reopt/UnpackTraceFunction.h:1.2 reopt/include/reopt/UnpackTraceFunction.h:1.3
--- reopt/include/reopt/UnpackTraceFunction.h:1.2	Thu May 27 16:32:10 2004
+++ reopt/include/reopt/UnpackTraceFunction.h	Sun May 30 04:19:30 2004
@@ -46,9 +46,6 @@
   unsigned getStaticStackSize (MachineFunction &MF);
   unsigned stackOffsetForReg (unsigned R);
   void findRegsToRestore (MachineFunction &MF);
-  void insertCopyMachineInstrs (AllocInfo &Source, AllocInfo &Target,
-                                MachineBasicBlock &B, const Type *Ty);
-  void insertBranchMachineInstrs (uint64_t Target, MachineBasicBlock &B);
   const MachineInstr *containsReturnInstr (MachineBasicBlock &B);
   void rewriteProlog (MachineFunction &MF, MachineBasicBlock &MBB);
   void rewriteEpilog (MachineFunction &MF, MachineBasicBlock &MBB);





More information about the llvm-commits mailing list