| Index: src/crankshaft/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/crankshaft/ia32/lithium-codegen-ia32.h
|
| similarity index 97%
|
| rename from src/ia32/lithium-codegen-ia32.h
|
| rename to src/crankshaft/ia32/lithium-codegen-ia32.h
|
| index 5de35d8c3ad7c36aebafec51aaeb479c34f27c82..03f6a89b35f8afea6d764ab30efd624176113c22 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/crankshaft/ia32/lithium-codegen-ia32.h
|
| @@ -2,15 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_IA32_LITHIUM_CODEGEN_IA32_H_
|
| -#define V8_IA32_LITHIUM_CODEGEN_IA32_H_
|
| -
|
| -#include "src/ia32/lithium-ia32.h"
|
| +#ifndef V8_CRANKSHAFT_IA32_LITHIUM_CODEGEN_IA32_H_
|
| +#define V8_CRANKSHAFT_IA32_LITHIUM_CODEGEN_IA32_H_
|
|
|
| #include "src/base/logging.h"
|
| +#include "src/crankshaft/ia32/lithium-gap-resolver-ia32.h"
|
| +#include "src/crankshaft/ia32/lithium-ia32.h"
|
| +#include "src/crankshaft/lithium-codegen.h"
|
| #include "src/deoptimizer.h"
|
| -#include "src/ia32/lithium-gap-resolver-ia32.h"
|
| -#include "src/lithium-codegen.h"
|
| #include "src/safepoint-table.h"
|
| #include "src/scopes.h"
|
| #include "src/utils.h"
|
| @@ -401,4 +400,4 @@ class LDeferredCode : public ZoneObject {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_IA32_LITHIUM_CODEGEN_IA32_H_
|
| +#endif // V8_CRANKSHAFT_IA32_LITHIUM_CODEGEN_IA32_H_
|
|
|