| Index: src/crankshaft/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/crankshaft/ia32/lithium-ia32.h
|
| similarity index 99%
|
| rename from src/ia32/lithium-ia32.h
|
| rename to src/crankshaft/ia32/lithium-ia32.h
|
| index c59b3361f347b01a1d9d7a5109c9abafbc0ec975..94e48e4d6bead18bf8a3e5b94e0d6e88f3817673 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/crankshaft/ia32/lithium-ia32.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_IA32_LITHIUM_IA32_H_
|
| -#define V8_IA32_LITHIUM_IA32_H_
|
| +#ifndef V8_CRANKSHAFT_IA32_LITHIUM_IA32_H_
|
| +#define V8_CRANKSHAFT_IA32_LITHIUM_IA32_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_IA32_LITHIUM_IA32_H_
|
| +#endif // V8_CRANKSHAFT_IA32_LITHIUM_IA32_H_
|
|
|