* ipa-inline.c (inline_small_functions): Fix typo.

From-SVN: r207151
This commit is contained in:
Jeff Law 2014-01-27 14:00:04 -07:00 committed by Jeff Law
parent d256b8669e
commit a99be3c928
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -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)
{