Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 83d01a6a565e927b9bc91ffa07438c91ae86d3ff..a35e6cebeb409d90c7fa6f166d6a1e46d0323fa7 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -5901,8 +5901,6 @@ struct AheadOfTimeWriteBarrierStubList kAheadOfTime[] = { |
{ REG(rbx), REG(rax), REG(rdi), EMIT_REMEMBERED_SET }, |
// Used in CompileArrayPushCall. |
{ REG(rbx), REG(rcx), REG(rdx), EMIT_REMEMBERED_SET }, |
- // Used in CompileStoreGlobal. |
- { REG(rbx), REG(rcx), REG(rdx), OMIT_REMEMBERED_SET }, |
// Used in StoreStubCompiler::CompileStoreField and |
// KeyedStoreStubCompiler::CompileStoreField via GenerateStoreField. |
{ REG(rdx), REG(rcx), REG(rbx), EMIT_REMEMBERED_SET }, |