Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 47bd75806bab6aa6cacd809af98e9b2246f4d813..20c284c1d0b64013b002acc8d77545db26c03786 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1676,6 +1676,9 @@ class HSimulate V8_FINAL : public HInstruction { |
void MergeWith(ZoneList<HSimulate*>* list); |
bool is_candidate_for_removal() { return removable_ == REMOVABLE_SIMULATE; } |
+ // Replay effects of this instruction on the given environment. |
+ void ReplayEnvironment(HEnvironment* env); |
+ |
DECLARE_CONCRETE_INSTRUCTION(Simulate) |
#ifdef DEBUG |