[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Mar 8 17:23:07 PST 2004
Changes in directory llvm/lib/Target/SparcV9/RegAlloc:
PhyRegAlloc.h updated: 1.62 -> 1.63
---
Log message:
Change PhyRegAlloc::saveStateForValue()'s arg type to deal with
AllocInfo.Instruction becoming an int.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
diff -u llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h:1.62 llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h:1.63
--- llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h:1.62 Tue Nov 11 16:41:33 2003
+++ llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h Mon Mar 8 17:22:03 2004
@@ -126,7 +126,7 @@
void buildInterferenceGraphs();
void saveStateForValue (std::vector<AllocInfo> &state,
- const Value *V, unsigned Insn, int Opnd);
+ const Value *V, int Insn, int Opnd);
void saveState();
void verifySavedState();
More information about the llvm-commits
mailing list