| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| index 70f09a6bdad19131db8f522bcebb0387605bf217..e4848faa8b242b187f8e4dae8cc915a38b41e24c 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -755,12 +755,6 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| HExpressionInformation condition = info.condition;
|
| bool isConditionExpression = isJSCondition(condition);
|
|
|
| - // Assert that the block we inserted to avoid critical edges satisfies
|
| - // basic assumptions.
|
| - assert(!condition.end.successors.last.isEmpty);
|
| - assert(condition.end.successors.last.first is HGoto);
|
| - assert(condition.end.successors.last.first.next == null);
|
| -
|
| js.Loop loop;
|
|
|
| switch (info.kind) {
|
|
|