Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: src/crankshaft/mips/lithium-codegen-mips.h

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/crankshaft/lithium-inl.h ('k') | src/crankshaft/mips/lithium-codegen-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/mips/lithium-codegen-mips.h
diff --git a/src/mips/lithium-codegen-mips.h b/src/crankshaft/mips/lithium-codegen-mips.h
similarity index 98%
rename from src/mips/lithium-codegen-mips.h
rename to src/crankshaft/mips/lithium-codegen-mips.h
index 9aab4dfa468430a343b8f76a84f764f842812532..8fc78a96d4486f5ebfacaee04feef47f81d43821 100644
--- a/src/mips/lithium-codegen-mips.h
+++ b/src/crankshaft/mips/lithium-codegen-mips.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_MIPS_LITHIUM_CODEGEN_MIPS_H_
-#define V8_MIPS_LITHIUM_CODEGEN_MIPS_H_
+#ifndef V8_CRANKSHAFT_MIPS_LITHIUM_CODEGEN_MIPS_H_
+#define V8_CRANKSHAFT_MIPS_LITHIUM_CODEGEN_MIPS_H_
+#include "src/crankshaft/lithium-codegen.h"
+#include "src/crankshaft/mips/lithium-gap-resolver-mips.h"
+#include "src/crankshaft/mips/lithium-mips.h"
#include "src/deoptimizer.h"
-#include "src/lithium-codegen.h"
-#include "src/mips/lithium-gap-resolver-mips.h"
-#include "src/mips/lithium-mips.h"
#include "src/safepoint-table.h"
#include "src/scopes.h"
#include "src/utils.h"
@@ -429,4 +429,4 @@ class LDeferredCode : public ZoneObject {
} // namespace internal
} // namespace v8
-#endif // V8_MIPS_LITHIUM_CODEGEN_MIPS_H_
+#endif // V8_CRANKSHAFT_MIPS_LITHIUM_CODEGEN_MIPS_H_
« no previous file with comments | « src/crankshaft/lithium-inl.h ('k') | src/crankshaft/mips/lithium-codegen-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698