Index: runtime/vm/intermediate_language.cc |
=================================================================== |
--- runtime/vm/intermediate_language.cc (revision 35904) |
+++ runtime/vm/intermediate_language.cc (working copy) |
@@ -643,6 +643,11 @@ |
} |
+void BackwardInstructionIterator::RemoveCurrentFromGraph() { |
+ current_ = current_->RemoveFromGraph(false); // Set current_ to next. |
+} |
+ |
+ |
// Default implementation of visiting basic blocks. Can be overridden. |
void FlowGraphVisitor::VisitBlocks() { |
ASSERT(current_iterator_ == NULL); |