| Index: sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (revision 23847)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (working copy)
|
| @@ -2291,6 +2291,7 @@
|
|
|
| int typeCode() => HInstruction.TYPE_CONVERSION_TYPECODE;
|
| bool typeEquals(HInstruction other) => other is HTypeConversion;
|
| + bool isCodeMotionInvariant() => kind == NO_CHECK;
|
|
|
| bool dataEquals(HTypeConversion other) {
|
| return kind == other.kind
|
|
|