| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 24961)
|
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
|
| @@ -674,7 +674,7 @@
|
| __ cmpl(EAX, raw_null);
|
| __ j(EQUAL, &is_assignable);
|
|
|
| - if (!FLAG_eliminate_type_checks) {
|
| + if (!FLAG_eliminate_type_checks || dst_type.IsMalformed()) {
|
| // If type checks are not eliminated during the graph building then
|
| // a transition sentinel can be seen here.
|
| const Immediate& raw_transition_sentinel =
|
|
|