| Index: courgette/adjustment_method_2.cc
|
| ===================================================================
|
| --- courgette/adjustment_method_2.cc (revision 80344)
|
| +++ courgette/adjustment_method_2.cc (working copy)
|
| @@ -1254,7 +1254,7 @@
|
| label_info_maker_.ResetDebugLabel();
|
| const InstructionVector& instructions = program->instructions();
|
| for (size_t i = 0; i < instructions.size(); ++i) {
|
| - Instruction* instruction = instructions.at(i);
|
| + Instruction* instruction = instructions[i];
|
| if (Label* label = program->InstructionAbs32Label(instruction))
|
| ReferenceLabel(abs32, label, is_model);
|
| if (Label* label = program->InstructionRel32Label(instruction))
|
|
|