mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Dead code.
llvm-svn: 34435
This commit is contained in:
parent
a6399ed8d6
commit
f35559f26f
@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user