| Index: runtime/vm/flow_graph_compiler.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.cc (revision 29707)
|
| +++ runtime/vm/flow_graph_compiler.cc (working copy)
|
| @@ -644,7 +644,7 @@
|
| }
|
| // Even if an intrinsified version of the function was successfully
|
| // generated, it may fall through to the non-intrinsified method body.
|
| - return Intrinsifier::Intrinsify(parsed_function().function(), assembler());
|
| + Intrinsifier::Intrinsify(parsed_function().function(), assembler());
|
| }
|
|
|
|
|
|
|