Index: sdk/lib/_internal/compiler/implementation/ssa/nodes.dart |
=================================================================== |
--- sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (revision 14732) |
+++ sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (working copy) |
@@ -517,7 +517,6 @@ |
} |
void addAtEntry(HInstruction instruction) { |
- assert(isClosed()); |
assert(instruction is !HPhi); |
super.addBefore(first, instruction); |
instruction.notifyAddedToBlock(this); |