| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 7891dc6fe6cd07e1914a97a7653cac719a1329f9..3b5a21245bb3d117dfb17404c9f73ab6451c94ee 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -6812,8 +6812,6 @@ static const AheadOfTimeWriteBarrierStubList kAheadOfTime[] = {
|
| // Used in CompileArrayPushCall.
|
| { REG(ebx), REG(ecx), REG(edx), EMIT_REMEMBERED_SET },
|
| { REG(ebx), REG(edi), REG(edx), OMIT_REMEMBERED_SET },
|
| - // Used in CompileStoreGlobal and CallFunctionStub.
|
| - { REG(ebx), REG(ecx), REG(edx), OMIT_REMEMBERED_SET },
|
| // Used in StoreStubCompiler::CompileStoreField and
|
| // KeyedStoreStubCompiler::CompileStoreField via GenerateStoreField.
|
| { REG(edx), REG(ecx), REG(ebx), EMIT_REMEMBERED_SET },
|
|
|