| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index fe639e2a55ad0f7a100e2348be09cc5cfd7f04ce..6bb9fe218bc2bbc7be2aa2e9156c01b44e58d8e5 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -157,7 +157,7 @@ HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id,
|
| HSimulate* instr =
|
| new(zone()) HSimulate(ast_id, pop_count, zone(), removable);
|
| // Order of pushed values: newest (top of stack) first. This allows
|
| - // HSimulate::MergeInto() to easily append additional pushed values
|
| + // HSimulate::MergeWith() to easily append additional pushed values
|
| // that are older (from further down the stack).
|
| for (int i = 0; i < push_count; ++i) {
|
| instr->AddPushedValue(environment->ExpressionStackAt(i));
|
|
|