| Index: courgette/adjustment_method.cc
|
| ===================================================================
|
| --- courgette/adjustment_method.cc (revision 76470)
|
| +++ courgette/adjustment_method.cc (working copy)
|
| @@ -595,7 +595,7 @@
|
|
|
| void CollectTraces(const AssemblyProgram* program, Trace* abs32, Trace* rel32,
|
| bool is_model) {
|
| - const std::vector<Instruction*>& instructions = program->instructions();
|
| + const InstructionVector& instructions = program->instructions();
|
| for (size_t i = 0; i < instructions.size(); ++i) {
|
| Instruction* instruction = instructions.at(i);
|
| if (Label* label = program->InstructionAbs32Label(instruction))
|
|
|