Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.cc (revision 14863) |
| +++ runtime/vm/flow_graph_builder.cc (working copy) |
| @@ -886,8 +886,6 @@ |
| &instantiator, |
| &instantiator_type_arguments); |
| } |
| - // TODO(zerny): Remove this when issues 5216 and 5217 are fixed. |
| - InlineBailout("instance of"); |
| InstanceOfInstr* instance_of = |
| new InstanceOfInstr(node->token_pos(), |
| for_left_value.value(), |