| Index: src/crankshaft/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/crankshaft/x64/lithium-x64.h
|
| similarity index 99%
|
| rename from src/x64/lithium-x64.h
|
| rename to src/crankshaft/x64/lithium-x64.h
|
| index 42d5a543663e011e9d530de687b50510673b5e96..f243b01fbac78585f47d96bb5e784f5ade1edb87 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/crankshaft/x64/lithium-x64.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_X64_LITHIUM_X64_H_
|
| -#define V8_X64_LITHIUM_X64_H_
|
| +#ifndef V8_CRANKSHAFT_X64_LITHIUM_X64_H_
|
| +#define V8_CRANKSHAFT_X64_LITHIUM_X64_H_
|
|
|
| -#include "src/hydrogen.h"
|
| -#include "src/lithium.h"
|
| -#include "src/lithium-allocator.h"
|
| +#include "src/crankshaft/hydrogen.h"
|
| +#include "src/crankshaft/lithium.h"
|
| +#include "src/crankshaft/lithium-allocator.h"
|
| #include "src/safepoint-table.h"
|
| #include "src/utils.h"
|
|
|
| @@ -2867,4 +2867,4 @@ class LChunkBuilder final : public LChunkBuilderBase {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_X64_LITHIUM_X64_H_
|
| +#endif // V8_CRANKSHAFT_X64_LITHIUM_X64_H_
|
|
|