Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 3086e68df0d1d2ec1f73b4b638a6fa742442f395..ef071bba8452a1aa354a0530437f238957624194 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -177,6 +177,8 @@ Handle<Code> Pipeline::GenerateCode() { |
MachineOperatorBuilder machine(zone()); |
JSGenericLowering lowering(info(), &jsgraph, &machine, &source_positions); |
lowering.LowerAllNodes(); |
+ |
+ VerifyAndPrintGraph(&graph, "Lowered generic"); |
} |
// Compute a schedule. |