| Index: src/crankshaft/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/crankshaft/arm/lithium-codegen-arm.h
|
| similarity index 97%
|
| rename from src/arm/lithium-codegen-arm.h
|
| rename to src/crankshaft/arm/lithium-codegen-arm.h
|
| index 47f5ceac4c8cdbead0b02b3493b7d94f10a737a6..35887c1bef4ae8e18235a689ae633e73c642ae3e 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/crankshaft/arm/lithium-codegen-arm.h
|
| @@ -2,14 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_ARM_LITHIUM_CODEGEN_ARM_H_
|
| -#define V8_ARM_LITHIUM_CODEGEN_ARM_H_
|
| +#ifndef V8_CRANKSHAFT_ARM_LITHIUM_CODEGEN_ARM_H_
|
| +#define V8_CRANKSHAFT_ARM_LITHIUM_CODEGEN_ARM_H_
|
|
|
| -#include "src/arm/lithium-arm.h"
|
| -
|
| -#include "src/arm/lithium-gap-resolver-arm.h"
|
| +#include "src/crankshaft/arm/lithium-arm.h"
|
| +#include "src/crankshaft/arm/lithium-gap-resolver-arm.h"
|
| +#include "src/crankshaft/lithium-codegen.h"
|
| #include "src/deoptimizer.h"
|
| -#include "src/lithium-codegen.h"
|
| #include "src/safepoint-table.h"
|
| #include "src/scopes.h"
|
| #include "src/utils.h"
|
| @@ -396,4 +395,4 @@ class LDeferredCode : public ZoneObject {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_ARM_LITHIUM_CODEGEN_ARM_H_
|
| +#endif // V8_CRANKSHAFT_ARM_LITHIUM_CODEGEN_ARM_H_
|
|
|