| 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
|
|
|