| Index: src/ia32/virtual-frame-ia32.cc
|
| ===================================================================
|
| --- src/ia32/virtual-frame-ia32.cc (revision 3886)
|
| +++ src/ia32/virtual-frame-ia32.cc (working copy)
|
| @@ -982,7 +982,6 @@
|
| // expects value in eax and key and receiver on the stack. It does
|
| // not drop the key and receiver.
|
| Handle<Code> ic(Builtins::builtin(Builtins::KeyedStoreIC_Initialize));
|
| - // TODO(1222589): Make the IC grab the values from the stack.
|
| Result value = Pop();
|
| PrepareForCall(2, 0); // Two stack args, neither callee-dropped.
|
| value.ToRegister(eax);
|
|
|