| 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 d08ea7390b3d547f8747b281bf66e7fc0abcafb2..6ed6aefd82b331c399289af6204eec97906fcbe9 100644
|
| --- a/pkg/compiler/lib/src/ssa/nodes.dart
|
| +++ b/pkg/compiler/lib/src/ssa/nodes.dart
|
| @@ -3226,6 +3226,8 @@ class HTypeInfoReadVariable extends HInstruction {
|
| setUseGvn();
|
| }
|
|
|
| + HInstruction get object => inputs.single;
|
| +
|
| accept(HVisitor visitor) => visitor.visitTypeInfoReadVariable(this);
|
|
|
| bool canThrow() => false;
|
|
|