| Index: src/crankshaft/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/crankshaft/arm/lithium-arm.h
|
| similarity index 99%
|
| rename from src/arm/lithium-arm.h
|
| rename to src/crankshaft/arm/lithium-arm.h
|
| index a3dac055eb71001a2961be70bc6d5cab70f6079a..17ae50f9f6ddb1dcda2dfba4f538f92ba4dde989 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/crankshaft/arm/lithium-arm.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_ARM_LITHIUM_ARM_H_
|
| -#define V8_ARM_LITHIUM_ARM_H_
|
| +#ifndef V8_CRANKSHAFT_ARM_LITHIUM_ARM_H_
|
| +#define V8_CRANKSHAFT_ARM_LITHIUM_ARM_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"
|
|
|
| @@ -2888,4 +2888,4 @@ class LChunkBuilder final : public LChunkBuilderBase {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_ARM_LITHIUM_ARM_H_
|
| +#endif // V8_CRANKSHAFT_ARM_LITHIUM_ARM_H_
|
|
|