| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index fe8fa998410d325fa81266ee9b2e53cbd379a556..4ce62b77567805532afea54fb091f01308645e78 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -515,7 +515,7 @@ struct GraphBuilderPhase {
|
| if (data->info()->shared_info()->HasBytecodeArray()) {
|
| BytecodeGraphBuilder graph_builder(temp_zone, data->info(),
|
| data->jsgraph());
|
| - succeeded = graph_builder.CreateGraph(stack_check);
|
| + succeeded = graph_builder.CreateGraph();
|
| } else {
|
| AstGraphBuilderWithPositions graph_builder(
|
| temp_zone, data->info(), data->jsgraph(), data->loop_assignment(),
|
|
|