Index: src/crankshaft/ppc/lithium-codegen-ppc.cc |
diff --git a/src/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc |
similarity index 99% |
rename from src/ppc/lithium-codegen-ppc.cc |
rename to src/crankshaft/ppc/lithium-codegen-ppc.cc |
index 2a5428527705c4018c29231b7ff4fe330c205af5..730810d0ea296b48b49932ece249da93cf333a7a 100644 |
--- a/src/ppc/lithium-codegen-ppc.cc |
+++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc |
@@ -2,14 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "src/crankshaft/ppc/lithium-codegen-ppc.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/crankshaft/ppc/lithium-gap-resolver-ppc.h" |
#include "src/ic/ic.h" |
#include "src/ic/stub-cache.h" |
-#include "src/ppc/lithium-codegen-ppc.h" |
-#include "src/ppc/lithium-gap-resolver-ppc.h" |
#include "src/profiler/cpu-profiler.h" |
namespace v8 { |