mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 04:40:27 +08:00
* ipa-inline.c (want_inline_small_function_p): Fix formating.
From-SVN: r182994
This commit is contained in:
parent
4c8836c61b
commit
3e31d3ba2c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user