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