| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index f1d986afa333afc6b2892c26acf90cfeef50cecf..6b5fdcfddf4f1077427412cdf8018dfb54ba0688 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -221,6 +221,7 @@ Handle<Code> Pipeline::GenerateCode() {
|
| // Type the graph.
|
| PhaseStats typer_stats(info(), PhaseStats::CREATE_GRAPH, "typer");
|
| typer.Run(&graph, info()->context());
|
| + VerifyAndPrintGraph(&graph, "Typed");
|
| }
|
| // All new nodes must be typed.
|
| typer.DecorateGraph(&graph);
|
|
|