Index: src/compiler/ppc/code-generator-ppc.cc |
diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc |
index 446c1d61e1c21fbdb15146636fa7cd227af06346..04c807960080530a897bcd04e00ebeb045af3b8a 100644 |
--- a/src/compiler/ppc/code-generator-ppc.cc |
+++ b/src/compiler/ppc/code-generator-ppc.cc |
@@ -1577,8 +1577,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 |
- __ LoadP(r4, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset)); |
stack_shrink_slots -= OsrHelper(info()).UnoptimizedFrameSlots(); |
} |