diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-21 02:51:00 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-21 02:51:00 +0000 |
| commit | 37bc4cce9baf500162ef2b94a2eebb3175fd6ed5 (patch) | |
| tree | 723a795c1f2e1121a77efc5dc6e266b428a95ce9 /lib/Target | |
| parent | 874f423f54c4a01e4ccf07780593d7f894fc8422 (diff) | |
| download | external_llvm-37bc4cce9baf500162ef2b94a2eebb3175fd6ed5.zip external_llvm-37bc4cce9baf500162ef2b94a2eebb3175fd6ed5.tar.gz external_llvm-37bc4cce9baf500162ef2b94a2eebb3175fd6ed5.tar.bz2 | |
Erase now-unused prototypes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
| -rw-r--r-- | lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 9596e04..7156b1f 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -140,9 +140,6 @@ private: 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, |
