[llvm-commits] CVS: llvm/lib/CodeGen/VirtRegMap.cpp

Evan Cheng evan.cheng at apple.com
Mon Feb 19 17:29:26 PST 2007



Changes in directory llvm/lib/CodeGen:

VirtRegMap.cpp updated: 1.95 -> 1.96
---
Log message:

Dead code.

---
Diffs of the changes:  (+0 -6)

 VirtRegMap.cpp |    6 ------
 1 files changed, 6 deletions(-)


Index: llvm/lib/CodeGen/VirtRegMap.cpp
diff -u llvm/lib/CodeGen/VirtRegMap.cpp:1.95 llvm/lib/CodeGen/VirtRegMap.cpp:1.96
--- llvm/lib/CodeGen/VirtRegMap.cpp:1.95	Thu Feb  8 00:04:54 2007
+++ llvm/lib/CodeGen/VirtRegMap.cpp	Mon Feb 19 19:29:10 2007
@@ -233,12 +233,6 @@
     }
   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);
   };
 }
 






More information about the llvm-commits mailing list