| Index: src/compiler/move-optimizer.cc
|
| diff --git a/src/compiler/move-optimizer.cc b/src/compiler/move-optimizer.cc
|
| index d87ece3849656efad88e4d174f0f28daaccaf335..953692dc13b423bce3eef94b5028053d054bb35f 100644
|
| --- a/src/compiler/move-optimizer.cc
|
| +++ b/src/compiler/move-optimizer.cc
|
| @@ -317,7 +317,7 @@ void MoveOptimizer::OptimizeMerge(InstructionBlock* block) {
|
| if (!op->IsConstant() && !op->IsImmediate()) return;
|
| }
|
| }
|
| - // TODO(dcarney): pass a ZonePool down for this?
|
| + // TODO(dcarney): pass a ZoneStats down for this?
|
| MoveMap move_map(local_zone());
|
| size_t correct_counts = 0;
|
| // Accumulate set of shared moves.
|
|
|