| Index: sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart b/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| index 3424ca0e98ba7b21c5c333cc439cfd6454cd028f..d85cc013d9ee381060562e34150349f3ffbd15ea 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| @@ -600,7 +600,7 @@ class SsaInstructionSimplifier extends HBaseVisitor
|
| return node;
|
| }
|
| }
|
| - return removeIfCheckAlwaysSucceeds(node, node.instructionType);
|
| + return removeIfCheckAlwaysSucceeds(node, node.checkedType);
|
| }
|
|
|
| HInstruction visitTypeKnown(HTypeKnown node) {
|
|
|