| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index ad036871802b32b0ad9646e480fd43339444ce0f..8dd36c31770b26a6762d30b56420b81147ca794b 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -1830,7 +1830,7 @@ class HSimulate: public HInstruction {
|
| return Representation::None();
|
| }
|
|
|
| - void MergeInto(HSimulate* other);
|
| + void MergeWith(ZoneList<HSimulate*>* list);
|
| bool is_candidate_for_removal() { return removable_ == REMOVABLE_SIMULATE; }
|
|
|
| DECLARE_CONCRETE_INSTRUCTION(Simulate)
|
|
|