Do not duplicate method name in comment, remove duplicate comment
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.cpp
index c00b010e763b35da8e1b474b67b499ddb0215d75..ee7c1d303153ba6dd221e657b2c0d1edf7b27950 100644 (file)
@@ -396,9 +396,6 @@ static void extendSegmentsToUses(LiveRange &LR, const SlotIndexes &Indexes,
   }
 }
 
-/// shrinkToUses - After removing some uses of a register, shrink its live
-/// range to just the remaining uses. This method does not compute reaching
-/// defs for new uses, and it doesn't remove dead defs.
 bool LiveIntervals::shrinkToUses(LiveInterval *li,
                                  SmallVectorImpl<MachineInstr*> *dead) {
   DEBUG(dbgs() << "Shrink: " << *li << '\n');