| Index: runtime/vm/flow_graph_inliner.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_inliner.cc (revision 34454)
|
| +++ runtime/vm/flow_graph_inliner.cc (working copy)
|
| @@ -753,7 +753,7 @@
|
|
|
| void PrintInlinedInfo(const Function& top) {
|
| if (inlined_info_.length() > 0) {
|
| - OS::Print("Inlining into: '%s' growth: %f (%"Pd" -> %"Pd")\n",
|
| + OS::Print("Inlining into: '%s' growth: %f (%" Pd " -> %" Pd ")\n",
|
| top.ToFullyQualifiedCString(),
|
| GrowthFactor(),
|
| initial_size_,
|
|
|