| Index: src/compiler/move-optimizer.h
|
| diff --git a/src/compiler/move-optimizer.h b/src/compiler/move-optimizer.h
|
| index ce26a7f988e02627bf2308256ef1c3a1950f4417..ab7144e5b8f675609712805026464149131d3f1f 100644
|
| --- a/src/compiler/move-optimizer.h
|
| +++ b/src/compiler/move-optimizer.h
|
| @@ -6,13 +6,14 @@
|
| #define V8_COMPILER_MOVE_OPTIMIZER_
|
|
|
| #include "src/compiler/instruction.h"
|
| +#include "src/globals.h"
|
| #include "src/zone/zone-containers.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| namespace compiler {
|
|
|
| -class MoveOptimizer final {
|
| +class V8_EXPORT_PRIVATE MoveOptimizer final {
|
| public:
|
| MoveOptimizer(Zone* local_zone, InstructionSequence* code);
|
| void Run();
|
|
|