1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Dead code.

llvm-svn: 34435
This commit is contained in:
Evan Cheng 2007-02-20 01:29:10 +00:00
parent a6399ed8d6
commit f35559f26f

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);
};
}