Index: src/x64/lithium-codegen-x64.cc |
=================================================================== |
--- src/x64/lithium-codegen-x64.cc (revision 7387) |
+++ src/x64/lithium-codegen-x64.cc (working copy) |
@@ -63,9 +63,6 @@ |
} |
virtual void AfterCall() { |
- // Ensure that we have enough space in the reloc info to patch |
- // this with calls when doing deoptimization. |
- codegen_->masm()->RecordComment(RelocInfo::kFillerCommentString, true); |
codegen_->RecordSafepoint(pointers_, deoptimization_index_); |
} |