mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
58866f43fa
commit
667089de04
@ -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