| Index: src/compiler/ia32/code-generator-ia32.cc
|
| diff --git a/src/compiler/ia32/code-generator-ia32.cc b/src/compiler/ia32/code-generator-ia32.cc
|
| index f1fddcbff3d6b505e170d9dc1332fabe7a2c9cdb..6bd157afdeb58cf567f71c53892a84505a5c6594 100644
|
| --- a/src/compiler/ia32/code-generator-ia32.cc
|
| +++ b/src/compiler/ia32/code-generator-ia32.cc
|
| @@ -1478,8 +1478,6 @@ void CodeGenerator::AssemblePrologue() {
|
| // remaining stack slots.
|
| if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --");
|
| osr_pc_offset_ = __ pc_offset();
|
| - // TODO(titzer): cannot address target function == local #-1
|
| - __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
|
| stack_shrink_slots -= OsrHelper(info()).UnoptimizedFrameSlots();
|
| }
|
|
|
|
|