Index: src/hydrogen-instructions.cc |
=================================================================== |
--- src/hydrogen-instructions.cc (revision 11126) |
+++ src/hydrogen-instructions.cc (working copy) |
@@ -599,9 +599,6 @@ |
SetBlock(block); |
previous->next_ = this; |
if (next != NULL) next->previous_ = this; |
- if (block->last() == previous) { |
- block->set_last(this); |
- } |
} |