diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc index be15459b5f..c20da3aaf4 100644 --- a/src/compiler/pipeline.cc +++ b/src/compiler/pipeline.cc @@ -2945,6 +2945,10 @@ MaybeHandle Pipeline::GenerateCodeForCodeStub( pipeline.RunPrintAndVerify(DecompressionOptimizationPhase::phase_name(), true); + pipeline.Run(); + pipeline.RunPrintAndVerify(BranchConditionDuplicationPhase::phase_name(), + true); + pipeline.Run(true); int graph_hash_before_scheduling = 0;