+2015-01-15 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
+
+ * ipa-inline.c (inline_small_functions): Swap the operands in
+ enum.
+
2015-01-13 Jan Hubicka <hubicka@ucw.cz>
PR ipa/64481
" to be inlined into %s/%i in %s:%i\n"
" Estimated badness is %f, frequency %.2f.\n",
edge->caller->name (), edge->caller->order,
- edge->call_stmt ? "unknown"
- : gimple_filename ((const_gimple) edge->call_stmt),
- edge->call_stmt ? -1
- : gimple_lineno ((const_gimple) edge->call_stmt),
+ edge->call_stmt
+ ? gimple_filename ((const_gimple) edge->call_stmt)
+ : "unknown",
+ edge->call_stmt
+ ? gimple_lineno ((const_gimple) edge->call_stmt)
+ : -1,
badness.to_double (),
edge->frequency / (double)CGRAPH_FREQ_BASE);
if (edge->count)