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 993c17461d67dbdaa1b17fb1f8d1a662e3816234..3c1644f6a0d592a3e260e7c13ee0e3d2fb8e4fe5 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 { |