oops, wrong variant of patch.
From-SVN: r121146
This commit is contained in:
parent
ca32e64edd
commit
3e2a6e7bd2
1 changed files with 2 additions and 2 deletions
|
@ -760,8 +760,8 @@ compute_max_insns (int insns)
|
|||
if (max_insns < PARAM_VALUE (PARAM_LARGE_UNIT_INSNS))
|
||||
max_insns = PARAM_VALUE (PARAM_LARGE_UNIT_INSNS);
|
||||
|
||||
return max_insns = ((HOST_WIDEST_INT) max_insns
|
||||
* (100 + PARAM_VALUE (PARAM_INLINE_UNIT_GROWTH)) / 100);
|
||||
return ((HOST_WIDEST_INT) max_insns
|
||||
* (100 + PARAM_VALUE (PARAM_INLINE_UNIT_GROWTH)) / 100);
|
||||
}
|
||||
|
||||
/* We use greedy algorithm for inlining of small functions:
|
||||
|
|
Loading…
Add table
Reference in a new issue