| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 609de0670b16d6795c323efae90afa8f3ff7b7db..f684ba89ad0efa56246500e551f27dd1650c1b31 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -201,7 +201,8 @@ Handle<Code> Pipeline::GenerateCode() {
|
| // construction. This is currently only needed for the node cache, which the
|
| // typer could sweep over later.
|
| Typer typer(&graph, info()->context());
|
| - MachineOperatorBuilder machine;
|
| + MachineOperatorBuilder machine(kMachPtr,
|
| + InstructionSelector::GetSupportedOperators());
|
| CommonOperatorBuilder common(zone());
|
| JSOperatorBuilder javascript(zone());
|
| JSGraph jsgraph(&graph, &common, &javascript, &machine);
|
|
|