Index: src/crankshaft/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/crankshaft/x64/lithium-x64.cc |
similarity index 99% |
rename from src/x64/lithium-x64.cc |
rename to src/crankshaft/x64/lithium-x64.cc |
index 722ab01be2b5396b98de40a7967c346cce5dd83a..30d5bfbba6a44d9ce3b851349bd2195328927d24 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/crankshaft/x64/lithium-x64.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/x64/lithium-x64.h" |
+#include "src/crankshaft/x64/lithium-x64.h" |
#include <sstream> |
#if V8_TARGET_ARCH_X64 |
-#include "src/hydrogen-osr.h" |
-#include "src/lithium-inl.h" |
-#include "src/x64/lithium-codegen-x64.h" |
+#include "src/crankshaft/hydrogen-osr.h" |
+#include "src/crankshaft/lithium-inl.h" |
+#include "src/crankshaft/x64/lithium-codegen-x64.h" |
namespace v8 { |
namespace internal { |