optimize strstr, PR5783
[oota-llvm.git] / lib / CodeGen / SlotIndexes.cpp
index 7365ec1b9a01866fb2117f1bd1c09990629c686e..f85384bc5c77186dc33944e290f77197187d9dbf 100644 (file)
@@ -156,7 +156,7 @@ bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) {
   return false;
 }
 
-void SlotIndexes::renumber() {
+void SlotIndexes::renumberIndexes() {
 
   // Renumber updates the index of every element of the index list.
   // If all instrs in the function have been allocated an index (which has been
@@ -184,7 +184,6 @@ void SlotIndexes::renumber() {
         Slots = 1;
 
       index += (Slots + 1) * SlotIndex::NUM;
-
     }
   }
 }