OSDN Git Service

Dead code.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 20 Feb 2007 01:29:10 +0000 (01:29 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 20 Feb 2007 01:29:10 +0000 (01:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34435 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/VirtRegMap.cpp

index 947ce0a..8a35b1d 100644 (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);
   };
 }