| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index e116f9705cc3fbb6f05c46ecfa375163f8b16430..5832905b9f64842a7f05800c899b539546f914b7 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -53,7 +53,8 @@ class PipelineData {
|
| graph_(new (graph_zone()) Graph(graph_zone())),
|
| source_positions_(new SourcePositionTable(graph())),
|
| machine_(new (graph_zone()) MachineOperatorBuilder(
|
| - kMachPtr, InstructionSelector::SupportedMachineOperatorFlags())),
|
| + graph_zone(), kMachPtr,
|
| + InstructionSelector::SupportedMachineOperatorFlags())),
|
| common_(new (graph_zone()) CommonOperatorBuilder(graph_zone())),
|
| javascript_(new (graph_zone()) JSOperatorBuilder(graph_zone())),
|
| jsgraph_(new (graph_zone())
|
|
|