| Index: src/crankshaft/lithium-codegen.h
|
| diff --git a/src/lithium-codegen.h b/src/crankshaft/lithium-codegen.h
|
| similarity index 95%
|
| rename from src/lithium-codegen.h
|
| rename to src/crankshaft/lithium-codegen.h
|
| index c654ff7ce537a81f057dc8de45974a3eb26b116f..97a0722736ddad01e232e8d4deaf5e56ed726338 100644
|
| --- a/src/lithium-codegen.h
|
| +++ b/src/crankshaft/lithium-codegen.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_LITHIUM_CODEGEN_H_
|
| -#define V8_LITHIUM_CODEGEN_H_
|
| +#ifndef V8_CRANKSHAFT_LITHIUM_CODEGEN_H_
|
| +#define V8_CRANKSHAFT_LITHIUM_CODEGEN_H_
|
|
|
| #include "src/bailout-reason.h"
|
| #include "src/compiler.h"
|
| @@ -94,4 +94,4 @@ class LCodeGenBase BASE_EMBEDDED {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_LITHIUM_CODEGEN_H_
|
| +#endif // V8_CRANKSHAFT_LITHIUM_CODEGEN_H_
|
|
|