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

Brian Gaeke gaeke at cs.uiuc.edu
Fri Jun 25 01:27:09 PDT 2004


Changes in directory reopt/include/reopt:

UnpackTraceFunction.h updated: 1.9 -> 1.10

---
Log message:

copyConstantToRegister now takes a SpareReg.


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

Index: reopt/include/reopt/UnpackTraceFunction.h
diff -u reopt/include/reopt/UnpackTraceFunction.h:1.9 reopt/include/reopt/UnpackTraceFunction.h:1.10
--- reopt/include/reopt/UnpackTraceFunction.h:1.9	Wed Jun 23 15:06:33 2004
+++ reopt/include/reopt/UnpackTraceFunction.h	Fri Jun 25 01:23:53 2004
@@ -59,6 +59,7 @@
   void rewriteProlog (MachineFunction &MF, MachineBasicBlock &MBB);
   void copyConstantToRegister (MachineFunction &MF,
                                Constant *C, unsigned Reg,
+                               unsigned SpareReg,
                                std::vector<MachineInstr *> &mvec);
   void addLiveOutCopy (MachineFunction &MF, MachineBasicBlock &MBB,
                        const AllocInfo &Source, const AllocInfo &Target,





More information about the llvm-commits mailing list