Don't assign new registers created during a split to the same stack slot, but
[oota-llvm.git] / lib / CodeGen / LiveRangeEdit.h
index 7acf9e0a94972af48a4e06260fb0b4cb3dce1d51..151f5b1b900cedeb39476172879580a2f48e68e3 100644 (file)
@@ -80,10 +80,6 @@ public:
   unsigned size() const { return newRegs_.size()-firstNew_; }
   LiveInterval *get(unsigned idx) const { return newRegs_[idx+firstNew_]; }
 
-  /// assignStackSlot - Ensure a stack slot is assigned to parent.
-  /// @return the assigned stack slot number.
-  int assignStackSlot(VirtRegMap&);
-
   /// create - Create a new register with the same class and stack slot as
   /// parent.
   LiveInterval &create(MachineRegisterInfo&, LiveIntervals&, VirtRegMap&);