| Index: sdk/lib/_internal/compiler/implementation/ssa/types_propagation.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/types_propagation.dart (revision 21860)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/types_propagation.dart (working copy)
|
| @@ -315,7 +315,7 @@
|
| }
|
|
|
| HType computeDesiredType(HInstruction instruction) {
|
| - HType desiredType = HType.UNKNOWN;
|
| + HType desiredType = instruction.instructionType;
|
| for (final user in instruction.usedBy) {
|
| HType userDesiredType = desiredTypeVisitor.computeDesiredTypeForInput(
|
| user, instruction);
|
|
|