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

Unified Diff: src/crankshaft/s390/lithium-gap-resolver-s390.h

Issue 1763233003: S390: Initial Impl of Crankshaft features (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/s390/lithium-codegen-s390.cc ('k') | src/crankshaft/s390/lithium-gap-resolver-s390.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/s390/lithium-gap-resolver-s390.h
diff --git a/src/crankshaft/ppc/lithium-gap-resolver-ppc.h b/src/crankshaft/s390/lithium-gap-resolver-s390.h
similarity index 89%
copy from src/crankshaft/ppc/lithium-gap-resolver-ppc.h
copy to src/crankshaft/s390/lithium-gap-resolver-s390.h
index 6eeea5eee58690720b0152e0c1abb04a09c570be..087224c8610db832777ba77a3f2337af46b0f422 100644
--- a/src/crankshaft/ppc/lithium-gap-resolver-ppc.h
+++ b/src/crankshaft/s390/lithium-gap-resolver-s390.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_CRANKSHAFT_PPC_LITHIUM_GAP_RESOLVER_PPC_H_
-#define V8_CRANKSHAFT_PPC_LITHIUM_GAP_RESOLVER_PPC_H_
+#ifndef V8_CRANKSHAFT_S390_LITHIUM_GAP_RESOLVER_S390_H_
+#define V8_CRANKSHAFT_S390_LITHIUM_GAP_RESOLVER_S390_H_
#include "src/crankshaft/lithium.h"
@@ -55,4 +55,4 @@ class LGapResolver final BASE_EMBEDDED {
} // namespace internal
} // namespace v8
-#endif // V8_CRANKSHAFT_PPC_LITHIUM_GAP_RESOLVER_PPC_H_
+#endif // V8_CRANKSHAFT_S390_LITHIUM_GAP_RESOLVER_S390_H_
« no previous file with comments | « src/crankshaft/s390/lithium-codegen-s390.cc ('k') | src/crankshaft/s390/lithium-gap-resolver-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698