Index: src/hydrogen-instructions.cc |
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc |
index 2060d2e2f909e350c6fad8855406ca4bd3a64f6f..9a12fb50dab925a6abee8e568b9e824cc4eb60c7 100644 |
--- a/src/hydrogen-instructions.cc |
+++ b/src/hydrogen-instructions.cc |
@@ -715,7 +715,6 @@ void HInstruction::PrintMnemonicTo(StringStream* stream) { |
void HInstruction::Unlink() { |
ASSERT(IsLinked()); |
- ASSERT(!IsControlInstruction()); // Must never move control instructions. |
ASSERT(!IsBlockEntry()); // Doesn't make sense to delete these. |
ASSERT(previous_ != NULL); |
previous_->next_ = next_; |