| Index: pkg/compiler/lib/src/ssa/nodes.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/nodes.dart b/pkg/compiler/lib/src/ssa/nodes.dart
|
| index c2e143dc59bb95c9ff998d8d43981af8ba722da4..48d1a232104e322fdb4e063f61ee24c0b1c66da4 100644
|
| --- a/pkg/compiler/lib/src/ssa/nodes.dart
|
| +++ b/pkg/compiler/lib/src/ssa/nodes.dart
|
| @@ -2839,6 +2839,7 @@ class HTypeConversion extends HCheck {
|
| final Selector receiverTypeCheckSelector;
|
|
|
| TypeMask checkedType; // Not final because we refine it.
|
| + TypeMask inputType; // Holds input type for codegen after HTypeKnown removal.
|
|
|
| HTypeConversion(
|
| this.typeExpression, this.kind, TypeMask type, HInstruction input,
|
|
|