Index: src/ic/x87/stub-cache-x87.cc |
diff --git a/src/ic/ia32/stub-cache-ia32.cc b/src/ic/x87/stub-cache-x87.cc |
similarity index 99% |
copy from src/ic/ia32/stub-cache-ia32.cc |
copy to src/ic/x87/stub-cache-x87.cc |
index 1babf71a61e8cfb7aff679f7242175db12713ecd..8b4f0fda8adbb34cd4d4587558013f940f072bd8 100644 |
--- a/src/ic/ia32/stub-cache-ia32.cc |
+++ b/src/ic/x87/stub-cache-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/stub-cache.h" |
@@ -180,4 +180,4 @@ void StubCache::GenerateProbe(MacroAssembler* masm, Code::Flags flags, |
} |
} // namespace v8::internal |
-#endif // V8_TARGET_ARCH_IA32 |
+#endif // V8_TARGET_ARCH_X87 |