| Index: pkg/compiler/lib/src/cps_ir/bounds_checker.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/bounds_checker.dart b/pkg/compiler/lib/src/cps_ir/bounds_checker.dart
|
| index ee5adecc091d4156f3e1e9009feafc709ffffb96..9e3226df8602589de7fe5470bdc3023ca9a5274a 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/bounds_checker.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/bounds_checker.dart
|
| @@ -293,12 +293,14 @@ class BoundsChecker extends TrampolineRecursiveVisitor implements Pass {
|
| push(trueCont);
|
| });
|
| }
|
| +
|
| void pushFalse(makeConstraint()) {
|
| pushAction(() {
|
| makeConstraint();
|
| push(falseCont);
|
| });
|
| }
|
| +
|
| if (condition is ApplyBuiltinOperator &&
|
| condition.argumentRefs.length == 2 &&
|
| isInt(condition.argument(0)) &&
|
|
|