Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index bb8198ece54243e19d67ae30da71474e152a42d1..84995be5970643168447e8af529c49bbe6aeadf8 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -637,7 +637,7 @@ |
struct EarlyControlReductionPhase { |
static const char* phase_name() { return "early control reduction"; } |
void Run(PipelineData* data, Zone* temp_zone) { |
- ControlReducer::ReduceGraph(temp_zone, data->jsgraph(), 1); |
+ ControlReducer::ReduceGraph(temp_zone, data->jsgraph(), 0); |
} |
}; |