| Index: src/crankshaft/ppc/lithium-ppc.h
|
| diff --git a/src/ppc/lithium-ppc.h b/src/crankshaft/ppc/lithium-ppc.h
|
| similarity index 99%
|
| rename from src/ppc/lithium-ppc.h
|
| rename to src/crankshaft/ppc/lithium-ppc.h
|
| index 304a3655abab273751fba0c8ad6a7c62e0b3dd88..b4e9c20faf26931bc1fbc286eff750b60f3ebc1f 100644
|
| --- a/src/ppc/lithium-ppc.h
|
| +++ b/src/crankshaft/ppc/lithium-ppc.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_PPC_LITHIUM_PPC_H_
|
| -#define V8_PPC_LITHIUM_PPC_H_
|
| +#ifndef V8_CRANKSHAFT_PPC_LITHIUM_PPC_H_
|
| +#define V8_CRANKSHAFT_PPC_LITHIUM_PPC_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"
|
|
|
| @@ -2763,4 +2763,4 @@ class LChunkBuilder final : public LChunkBuilderBase {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_PPC_LITHIUM_PPC_H_
|
| +#endif // V8_CRANKSHAFT_PPC_LITHIUM_PPC_H_
|
|
|