[llvm-commits] CVS: reopt/include/reopt/UnpackTraceFunction.h
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Jun 11 15:55:11 PDT 2004
Changes in directory reopt/include/reopt:
UnpackTraceFunction.h updated: 1.7 -> 1.8
---
Log message:
Add more prototypes.
---
Diffs of the changes: (+6 -0)
Index: reopt/include/reopt/UnpackTraceFunction.h
diff -u reopt/include/reopt/UnpackTraceFunction.h:1.7 reopt/include/reopt/UnpackTraceFunction.h:1.8
--- reopt/include/reopt/UnpackTraceFunction.h:1.7 Tue Jun 8 13:53:55 2004
+++ reopt/include/reopt/UnpackTraceFunction.h Fri Jun 11 15:54:40 2004
@@ -49,7 +49,13 @@
unsigned stackOffsetForReg (const unsigned R) const;
void findRegsToSave (MachineFunction &MF);
const MachineInstr *containsReturnInstr (MachineBasicBlock &B);
+
std::string RegStr (const unsigned R) const;
+ void PrintAI (const AllocInfo &AI) const;
+ void PrintValueAIs (const std::string &ValueName,
+ const AllocInfo &MatrixAI,
+ const AllocInfo &TraceAI) const;
+
void rewriteProlog (MachineFunction &MF, MachineBasicBlock &MBB);
void copyConstantToRegister (MachineFunction &MF,
Constant *C, unsigned Reg,
More information about the llvm-commits
mailing list