* ipa-inline.c (inline_small_functions): Fix typo.
From-SVN: r207151
This commit is contained in:
parent
d256b8669e
commit
a99be3c928
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-01-27 Jeff Law <law@redhat.com>
|
||||
|
||||
* ipa-inline.c (inline_small_functions): Fix typo.
|
||||
|
||||
2014-01-27 Ilya Tocar <ilya.tocar@intel.com>
|
||||
|
||||
* config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
|
||||
|
|
|
@ -1597,7 +1597,7 @@ inline_small_functions (void)
|
|||
max_size = compute_max_insns (overall_size);
|
||||
min_size = overall_size;
|
||||
|
||||
/* Populate the heeap with all edges we might inline. */
|
||||
/* Populate the heap with all edges we might inline. */
|
||||
|
||||
FOR_EACH_DEFINED_FUNCTION (node)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue