Index: runtime/vm/flow_graph_type_propagator.cc |
=================================================================== |
--- runtime/vm/flow_graph_type_propagator.cc (revision 41629) |
+++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
@@ -776,6 +776,13 @@ |
} |
+void FlowGraphTypePropagator::VisitAssertAssignable( |
+ AssertAssignableInstr* instr) { |
+ SetTypeOf(instr->value()->definition(), |
+ ZoneCompileType::Wrap(instr->ComputeType())); |
+} |
+ |
+ |
CompileType AssertBooleanInstr::ComputeType() const { |
return CompileType::Bool(); |
} |