Dead code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-02-20 01:29:10 +00:00
parent 58866f43fa
commit 667089de04

View File

@ -233,12 +233,6 @@ namespace {
}
private:
void RewriteMBB(MachineBasicBlock &MBB, VirtRegMap &VRM);
void ClobberPhysReg(unsigned PR, std::map<int, unsigned> &SpillSlots,
std::multimap<unsigned, int> &PhysRegs);
void ClobberPhysRegOnly(unsigned PR, std::map<int, unsigned> &SpillSlots,
std::multimap<unsigned, int> &PhysRegs);
void ModifyStackSlot(int Slot, std::map<int, unsigned> &SpillSlots,
std::multimap<unsigned, int> &PhysRegs);
};
}