Index: src/compiler/x87/code-generator-x87.cc |
diff --git a/src/compiler/x87/code-generator-x87.cc b/src/compiler/x87/code-generator-x87.cc |
index 37827b292f0185c4b4a72d052250b0fde0d0fc30..20164435e489e04e3aac8f6be5297d5ee09c2604 100644 |
--- a/src/compiler/x87/code-generator-x87.cc |
+++ b/src/compiler/x87/code-generator-x87.cc |
@@ -1942,8 +1942,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(); |
} |