[llvm-commits] CVS: reopt/include/reopt/UnpackTraceFunction.h
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Jul 27 11:47:31 PDT 2004
Changes in directory reopt/include/reopt:
UnpackTraceFunction.h updated: 1.14 -> 1.15
---
Log message:
Get rid of some unused flags.
---
Diffs of the changes: (+0 -6)
Index: reopt/include/reopt/UnpackTraceFunction.h
diff -u reopt/include/reopt/UnpackTraceFunction.h:1.14 reopt/include/reopt/UnpackTraceFunction.h:1.15
--- reopt/include/reopt/UnpackTraceFunction.h:1.14 Fri Jul 23 00:00:01 2004
+++ reopt/include/reopt/UnpackTraceFunction.h Tue Jul 27 13:47:21 2004
@@ -46,12 +46,6 @@
std::map<Value *, std::pair<AllocInfo, AllocInfo> > AllocStates;
- /// True IFF, in the current MachineFunction, register %fp contains
- /// the traceFn's frame pointer (as opposed to matrixFn's.)
- /// Only used in assertions.
- bool fpIsTraceFP;
- bool g3IsMatrixFP;
-
unsigned getStaticStackSize (MachineFunction &MF);
unsigned stackOffsetForReg (const unsigned R) const;
void findRegsToSave (MachineFunction &MF);
More information about the llvm-commits
mailing list