Remove a duplicated move instruction for store IC calls on ia32.

Review URL: http://codereview.chromium.org/661461

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4004 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
fschneider@chromium.org 2010-03-03 11:43:45 +00:00
parent c309a63369
commit b0e9a9203f

View File

@ -937,7 +937,6 @@ Result VirtualFrame::CallStoreIC(Handle<String> name, bool is_contextual) {
PrepareForCall(0, 0);
value.ToRegister(eax);
__ mov(edx, Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX)));
__ mov(ecx, name);
value.Unuse();
} else {
Result receiver = Pop();