| Index: sdk/lib/_internal/compiler/implementation/ssa/types_propagation.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/types_propagation.dart (revision 18442)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/types_propagation.dart (working copy)
|
| @@ -20,7 +20,6 @@
|
| pendingOptimizations = new Map<HInstruction, Function>();
|
|
|
| HType computeType(HInstruction instruction) {
|
| - if (instruction.hasGuaranteedType()) return instruction.guaranteedType;
|
| return instruction.computeTypeFromInputTypes(types, compiler);
|
| }
|
|
|
|
|