| Index: runtime/vm/flow_graph_inliner.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_inliner.cc (revision 26851)
|
| +++ runtime/vm/flow_graph_inliner.cc (working copy)
|
| @@ -510,14 +510,6 @@
|
| return false;
|
| }
|
|
|
| - // Abort if the callee has an intrinsic translation.
|
| - if (Intrinsifier::CanIntrinsify(function) &&
|
| - !function.is_optimizable()) {
|
| - function.set_is_inlinable(false);
|
| - TRACE_INLINING(OS::Print(" Bailout: can intrinsify\n"));
|
| - return false;
|
| - }
|
| -
|
| Isolate* isolate = Isolate::Current();
|
| // Save and clear deopt id.
|
| const intptr_t prev_deopt_id = isolate->deopt_id();
|
|
|