Index: src/crankshaft/mips/lithium-gap-resolver-mips.h |
diff --git a/src/mips/lithium-gap-resolver-mips.h b/src/crankshaft/mips/lithium-gap-resolver-mips.h |
similarity index 87% |
rename from src/mips/lithium-gap-resolver-mips.h |
rename to src/crankshaft/mips/lithium-gap-resolver-mips.h |
index 6ede420d6ff27fcc40c4b40de9b20cf05a4f0b09..6c5fd037a3432d429310a1822cf4f7a2ed0fd272 100644 |
--- a/src/mips/lithium-gap-resolver-mips.h |
+++ b/src/crankshaft/mips/lithium-gap-resolver-mips.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ |
-#define V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ |
+#ifndef V8_CRANKSHAFT_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ |
+#define V8_CRANKSHAFT_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ |
-#include "src/lithium.h" |
+#include "src/crankshaft/lithium.h" |
namespace v8 { |
namespace internal { |
@@ -56,4 +56,4 @@ class LGapResolver final BASE_EMBEDDED { |
} // namespace internal |
} // namespace v8 |
-#endif // V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ |
+#endif // V8_CRANKSHAFT_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ |