Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.cc (revision 31202) |
| +++ runtime/vm/flow_graph_builder.cc (working copy) |
| @@ -3175,7 +3175,6 @@ |
| } |
| } |
| InlineBailout("EffectGraphVisitor::VisitNativeBodyNode"); |
| - function.set_is_optimizable(false); |
| NativeCallInstr* native_call = new NativeCallInstr(node); |
| ReturnDefinition(native_call); |
| } |