| Index: src/compiler/instruction-selector-unittest.cc
|
| diff --git a/src/compiler/instruction-selector-unittest.cc b/src/compiler/instruction-selector-unittest.cc
|
| index 7b775f8874575a6cf33ae1cb48d169343a3ba29a..cc67567d839ac41d262a27a69ebe4d3c99bf9b3a 100644
|
| --- a/src/compiler/instruction-selector-unittest.cc
|
| +++ b/src/compiler/instruction-selector-unittest.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "src/compiler/instruction-selector-unittest.h"
|
|
|
| +#include "src/compiler/compiler-test-utils.h"
|
| #include "src/flags.h"
|
|
|
| namespace v8 {
|
| @@ -20,6 +21,9 @@ typedef RawMachineAssembler::Label MLabel;
|
| InstructionSelectorTest::InstructionSelectorTest() : rng_(FLAG_random_seed) {}
|
|
|
|
|
| +InstructionSelectorTest::~InstructionSelectorTest() {}
|
| +
|
| +
|
| InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
|
| InstructionSelector::Features features,
|
| InstructionSelectorTest::StreamBuilderMode mode) {
|
|
|