[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
Brian Gaeke
gaeke at cs.uiuc.edu
Sat Sep 20 21:52:10 PDT 2003
Changes in directory llvm/lib/CodeGen/RegAlloc:
PhyRegAlloc.h updated: 1.51 -> 1.52
---
Log message:
Erase now-unused prototypes.
---
Diffs of the changes:
Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.51 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.52
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.51 Sat Sep 20 21:31:25 2003
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h Sat Sep 20 21:51:00 2003
@@ -140,9 +140,6 @@
void updateInstruction(MachineBasicBlock::iterator& MII,
MachineBasicBlock &MBB);
- void printLabel(const Value *Val);
- void printMachineCode();
-
int getUsableUniRegAtMI(int RegType, const ValueSet *LVSetBef,
MachineInstr *MI,
std::vector<MachineInstr*>& MIBef,
More information about the llvm-commits
mailing list