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

Unified Diff: src/ic/x87/access-compiler-x87.cc

Issue 498183002: X87: Move PropertyAccessCompiler and CallOptimization to their own files (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 | « no previous file | src/ic/x87/ic-compiler-x87.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/x87/access-compiler-x87.cc
diff --git a/src/ic/ia32/access-compiler-ia32.cc b/src/ic/x87/access-compiler-x87.cc
similarity index 95%
copy from src/ic/ia32/access-compiler-ia32.cc
copy to src/ic/x87/access-compiler-x87.cc
index 060406608ee1e3f95b2b0cc365b853e6b4dfab9b..d30c2573417a26baba328e559721c2362cf7723f 100644
--- a/src/ic/ia32/access-compiler-ia32.cc
+++ b/src/ic/x87/access-compiler-x87.cc
@@ -4,7 +4,7 @@
#include "src/v8.h"
-#if V8_TARGET_ARCH_IA32
+#if V8_TARGET_ARCH_X87
#include "src/ic/access-compiler.h"
@@ -41,4 +41,4 @@ Register* PropertyAccessCompiler::store_calling_convention() {
}
} // namespace v8::internal
-#endif // V8_TARGET_ARCH_IA32
+#endif // V8_TARGET_ARCH_X87
« no previous file with comments | « no previous file | src/ic/x87/ic-compiler-x87.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698