Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index a3609fd1155a8fd848aa3e604961f209c166b03b..86a7e833835b56747f4c8765e893b8873465031a 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -63,9 +63,6 @@ class SafepointGenerator : public CallWrapper { |
} |
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_); |
} |