Commit 3e31d3ba by Jan Hubicka

* ipa-inline.c (want_inline_small_function_p): Fix formating.

From-SVN: r182994
parent 4c8836c6
......@@ -532,8 +532,6 @@ want_inline_small_function_p (struct cgraph_edge *e, bool report)
}
/* If call is cold, do not inline when function body would grow. */
else if (!cgraph_maybe_hot_edge_p (e))
{
e->inline_failed = CIF_UNLIKELY_CALL;
want_inline = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment