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

From-SVN: r182994
This commit is contained in:
Jan Hubicka 2012-01-08 16:33:39 +00:00
parent 4c8836c61b
commit 3e31d3ba2c
1 changed files with 0 additions and 2 deletions

View File

@ -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;