| Index: test/cctest/compiler/instruction-selector-tester.h
|
| diff --git a/test/cctest/compiler/instruction-selector-tester.h b/test/cctest/compiler/instruction-selector-tester.h
|
| index aa29a0c9cb2ee89666dd0799caeefe569bae7182..3a28b2e5dfaf0553f859618bce082c360eb707bc 100644
|
| --- a/test/cctest/compiler/instruction-selector-tester.h
|
| +++ b/test/cctest/compiler/instruction-selector-tester.h
|
| @@ -40,7 +40,7 @@ class InstructionSelectorTester : public HandleAndZoneScope,
|
| new (main_zone()) Graph(main_zone()),
|
| new (main_zone()) MachineCallDescriptorBuilder(
|
| kMachInt32, kParameterCount, BuildParameterArray(main_zone())),
|
| - MachineOperatorBuilder::pointer_rep()) {}
|
| + kMachPtr) {}
|
|
|
| void SelectInstructions(CpuFeature feature) {
|
| SelectInstructions(InstructionSelector::Features(feature));
|
|
|