| Index: src/hydrogen-environment-liveness.cc
|
| diff --git a/src/hydrogen-environment-liveness.cc b/src/hydrogen-environment-liveness.cc
|
| index 20e680c145ad4aae907c278d5719cd7a6bd849f8..9efa47bd34d7133ae8416fcc05009405adcc64a3 100644
|
| --- a/src/hydrogen-environment-liveness.cc
|
| +++ b/src/hydrogen-environment-liveness.cc
|
| @@ -172,15 +172,6 @@ void HEnvironmentLivenessAnalysisPhase::UpdateLivenessAtInstruction(
|
| last_simulate_ = NULL;
|
| break;
|
| }
|
| - case HValue::kDeoptimize: {
|
| - // Keep all environment slots alive.
|
| - HDeoptimize* deopt = HDeoptimize::cast(instr);
|
| - for (int i = deopt->first_local_index();
|
| - i < deopt->first_expression_index(); ++i) {
|
| - live->Add(i);
|
| - }
|
| - break;
|
| - }
|
| case HValue::kSimulate:
|
| last_simulate_ = HSimulate::cast(instr);
|
| went_live_since_last_simulate_.Clear();
|
|
|