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 |