Index: src/ia32/lithium-codegen-ia32.cc |
=================================================================== |
--- src/ia32/lithium-codegen-ia32.cc (revision 7387) |
+++ src/ia32/lithium-codegen-ia32.cc (working copy) |
@@ -116,16 +116,6 @@ |
} |
-bool LCodeGen::GenerateRelocPadding() { |
- int reloc_size = masm()->relocation_writer_size(); |
- while (reloc_size < deoptimization_reloc_size.min_size) { |
- __ RecordComment(RelocInfo::kFillerCommentString, true); |
- reloc_size += RelocInfo::kMinRelocCommentSize; |
- } |
- return !is_aborted(); |
-} |
- |
- |
bool LCodeGen::GeneratePrologue() { |
ASSERT(is_generating()); |