Index: src/crankshaft/mips64/lithium-codegen-mips64.cc |
diff --git a/src/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc |
similarity index 99% |
rename from src/mips64/lithium-codegen-mips64.cc |
rename to src/crankshaft/mips64/lithium-codegen-mips64.cc |
index e54f25d5d1cecfc2ede4d5cee5b366af11f3bbc8..5267d9fbdb9b32f87b086f6ad186c034634c5d05 100644 |
--- a/src/mips64/lithium-codegen-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc |
@@ -2,13 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "src/crankshaft/mips64/lithium-codegen-mips64.h" |
+ |
#include "src/code-factory.h" |
#include "src/code-stubs.h" |
-#include "src/hydrogen-osr.h" |
+#include "src/crankshaft/hydrogen-osr.h" |
+#include "src/crankshaft/mips64/lithium-gap-resolver-mips64.h" |
#include "src/ic/ic.h" |
#include "src/ic/stub-cache.h" |
-#include "src/mips64/lithium-codegen-mips64.h" |
-#include "src/mips64/lithium-gap-resolver-mips64.h" |
#include "src/profiler/cpu-profiler.h" |
namespace v8 { |