Index: src/crankshaft/x87/lithium-x87.h |
diff --git a/src/x87/lithium-x87.h b/src/crankshaft/x87/lithium-x87.h |
similarity index 99% |
rename from src/x87/lithium-x87.h |
rename to src/crankshaft/x87/lithium-x87.h |
index 2f392f8d581099bdedac58e2a4e376dd62ed3ba1..76cc9e209ad416c3d7a11d990655f9686b38978c 100644 |
--- a/src/x87/lithium-x87.h |
+++ b/src/crankshaft/x87/lithium-x87.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef V8_X87_LITHIUM_X87_H_ |
-#define V8_X87_LITHIUM_X87_H_ |
+#ifndef V8_CRANKSHAFT_X87_LITHIUM_X87_H_ |
+#define V8_CRANKSHAFT_X87_LITHIUM_X87_H_ |
-#include "src/hydrogen.h" |
-#include "src/lithium.h" |
-#include "src/lithium-allocator.h" |
+#include "src/crankshaft/hydrogen.h" |
+#include "src/crankshaft/lithium.h" |
+#include "src/crankshaft/lithium-allocator.h" |
#include "src/safepoint-table.h" |
#include "src/utils.h" |
@@ -2900,4 +2900,4 @@ class LChunkBuilder final : public LChunkBuilderBase { |
} // namespace internal |
} // namespace v8 |
-#endif // V8_X87_LITHIUM_X87_H_ |
+#endif // V8_CRANKSHAFT_X87_LITHIUM_X87_H_ |