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

Unified Diff: src/ic/x87/ic-conventions-x87.cc

Issue 513533003: X87: Move register conventions out of the IC classes. (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@bleeding_edge
Patch Set: Created 6 years, 4 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/ic/x87/ic-compiler-x87.cc ('k') | src/ic/x87/ic-x87.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/x87/ic-conventions-x87.cc
diff --git a/src/ic/ia32/ic-conventions-ia32.cc b/src/ic/x87/ic-conventions-x87.cc
similarity index 94%
copy from src/ic/ia32/ic-conventions-ia32.cc
copy to src/ic/x87/ic-conventions-x87.cc
index cef55e9fb1d4f6c313ae4f490cab66ea574f0abb..435c93b68ac4f14cf20ab744cfdd082f449f6c4e 100644
--- a/src/ic/ia32/ic-conventions-ia32.cc
+++ b/src/ic/x87/ic-conventions-x87.cc
@@ -4,7 +4,7 @@
#include "src/v8.h"
-#if V8_TARGET_ARCH_IA32
+#if V8_TARGET_ARCH_X87
#include "src/codegen.h"
#include "src/ic/ic-conventions.h"
@@ -37,4 +37,4 @@ const Register StoreConvention::MapRegister() { return ebx; }
}
} // namespace v8::internal
-#endif // V8_TARGET_ARCH_IA32
+#endif // V8_TARGET_ARCH_X87
« no previous file with comments | « src/ic/x87/ic-compiler-x87.cc ('k') | src/ic/x87/ic-x87.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698