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);
   };
 }
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to