From: Richard Sandiford Date: Mon, 3 Oct 2011 08:11:43 +0000 (+0000) Subject: ipa-inline-analysis.c (MAX_TIME): Update comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93b765d091e94b6002440725a34d12fd5013e704;p=gcc.git ipa-inline-analysis.c (MAX_TIME): Update comment. gcc/ * ipa-inline-analysis.c (MAX_TIME): Update comment. From-SVN: r179446 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b4fab736b28..70c18bae38c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-03 Richard Sandiford + + * ipa-inline-analysis.c (MAX_TIME): Update comment. + 2011-10-02 Richard Henderson David S. Miller diff --git a/gcc/ipa-inline-analysis.c b/gcc/ipa-inline-analysis.c index 8499cb57f42..1820b0cb323 100644 --- a/gcc/ipa-inline-analysis.c +++ b/gcc/ipa-inline-analysis.c @@ -90,8 +90,8 @@ along with GCC; see the file COPYING3. If not see #include "alloc-pool.h" /* Estimate runtime of function can easilly run into huge numbers with many - nested loops. Be sure we can compute time * INLINE_SIZE_SCALE in integer. - For anything larger we use gcov_type. */ + nested loops. Be sure we can compute time * INLINE_SIZE_SCALE * 2 in an + integer. For anything larger we use gcov_type. */ #define MAX_TIME 500000 /* Number of bits in integer, but we really want to be stable across different