Chromium Code Reviews| Index: lib/compiler/implementation/ssa/nodes.dart |
| =================================================================== |
| --- lib/compiler/implementation/ssa/nodes.dart (revision 11430) |
| +++ lib/compiler/implementation/ssa/nodes.dart (working copy) |
| @@ -2416,6 +2416,8 @@ |
| HInstruction get typeInfoCall => inputs[1]; |
| + bool hasTypeInfo() => inputs.length == 2; |
| + |
| HType get guaranteedType => HType.BOOLEAN; |
| accept(HVisitor visitor) => visitor.visitIs(this); |