| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index bb0a866596ee54cc68822803d249f588e8ef5dea..74847a69a88af1e3dc022dc37a36d2c27f7596ac 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -1281,7 +1281,6 @@ Handle<Code> Pipeline::GenerateCode() {
|
| RunPrintAndVerify("Early optimized");
|
|
|
| if (info()->is_effect_scheduling_enabled()) {
|
| - // TODO(jarin) Run value numbering for the representation changes.
|
| Run<EffectControlLinearizationPhase>();
|
| RunPrintAndVerify("Effect and control linearized");
|
| }
|
|
|