summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/VirtRegMap.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-02-20 01:29:10 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-02-20 01:29:10 +0000
commit61cd0914ed870d5d5d69823451078290e02d36c8 (patch)
treed3c45b8701bece6fdd56886693d3e8e6dc51dc73 /llvm/lib/CodeGen/VirtRegMap.cpp
parentb68a774fd98994b477052706a7fe31aae78f65d1 (diff)
downloadbcm5719-llvm-61cd0914ed870d5d5d69823451078290e02d36c8.tar.gz
bcm5719-llvm-61cd0914ed870d5d5d69823451078290e02d36c8.zip
Dead code.
llvm-svn: 34435
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegMap.cpp')
-rw-r--r--llvm/lib/CodeGen/VirtRegMap.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp
index 947ce0a5b2e..8a35b1dee18 100644
--- a/llvm/lib/CodeGen/VirtRegMap.cpp
+++ b/llvm/lib/CodeGen/VirtRegMap.cpp
@@ -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);
};
}
OpenPOWER on IntegriCloud