| Index: src/crankshaft/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc
|
| similarity index 99%
|
| rename from src/x64/lithium-codegen-x64.cc
|
| rename to src/crankshaft/x64/lithium-codegen-x64.cc
|
| index 597963801b3a1c57fab209bfbb0f7ff12c228ccb..7bcfe4c238bfc27d80b5eeb9c0fc7619c83a7e21 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/crankshaft/x64/lithium-codegen-x64.cc
|
| @@ -4,14 +4,15 @@
|
|
|
| #if V8_TARGET_ARCH_X64
|
|
|
| +#include "src/crankshaft/x64/lithium-codegen-x64.h"
|
| +
|
| #include "src/base/bits.h"
|
| #include "src/code-factory.h"
|
| #include "src/code-stubs.h"
|
| -#include "src/hydrogen-osr.h"
|
| +#include "src/crankshaft/hydrogen-osr.h"
|
| #include "src/ic/ic.h"
|
| #include "src/ic/stub-cache.h"
|
| #include "src/profiler/cpu-profiler.h"
|
| -#include "src/x64/lithium-codegen-x64.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|