Remove unused MachineLoopRanges analysis.
[oota-llvm.git] / include / llvm / CodeGen / SlotIndexes.h
index 8c56775f553ed2c3f68a544b859b4a4ca6130145..c52599b0f6f9781437a2c44b0950dc3dd1e7f798 100644 (file)
@@ -399,7 +399,7 @@ namespace llvm {
     }
 
     /// getIndexBefore - Returns the index of the last indexed instruction
-    /// before MI, or the the start index of its basic block.
+    /// before MI, or the start index of its basic block.
     /// MI is not required to have an index.
     SlotIndex getIndexBefore(const MachineInstr *MI) const {
       const MachineBasicBlock *MBB = MI->getParent();