Chromium Code Reviews| Index: src/compiler/pipeline.cc | 
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc | 
| index cc5cd00bb3664c187f42010c9bf937a66994836a..d22d237f07aa109e193f961f5b13ab0bb239ac49 100644 | 
| --- a/src/compiler/pipeline.cc | 
| +++ b/src/compiler/pipeline.cc | 
| @@ -1420,7 +1420,7 @@ bool PipelineImpl::CreateGraph() { | 
| // Run early optimization pass. | 
| Run<EarlyOptimizationPhase>(); | 
| - RunPrintAndVerify("Early optimized"); | 
| + RunPrintAndVerify("Early optimized", true); | 
| } | 
| #ifdef DEBUG |