Index: src/arm/jump-target-arm.cc |
=================================================================== |
--- src/arm/jump-target-arm.cc (revision 1947) |
+++ src/arm/jump-target-arm.cc (working copy) |
@@ -272,7 +272,6 @@ |
if (other != NULL && other->Equals(cgen_->frame())) { |
// Set the reaching frame element to null to avoid |
// processing it later, and then bind its entry label. |
- delete other; |
reaching_frames_[j] = NULL; |
__ bind(&merge_labels_[j]); |
} |
@@ -309,7 +308,6 @@ |
// them. |
for (int i = 0; i < reaching_frames_.length(); i++) { |
if (!merge_labels_[i].is_bound()) { |
- delete reaching_frames_[i]; |
reaching_frames_[i] = NULL; |
__ bind(&merge_labels_[i]); |
} |