]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ipa-inline-analysis.c (MAX_TIME): Update comment.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 3 Oct 2011 08:11:43 +0000 (08:11 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 3 Oct 2011 08:11:43 +0000 (08:11 +0000)
gcc/
* ipa-inline-analysis.c (MAX_TIME): Update comment.

From-SVN: r179446

gcc/ChangeLog
gcc/ipa-inline-analysis.c

index b4fab736b28e2644a611cc604ccebbdddd2e5487..70c18bae38cc7f8414a7403f08815a24a2ae0dc8 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-03  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * ipa-inline-analysis.c (MAX_TIME): Update comment.
+
 2011-10-02  Richard Henderson  <rth@redhat.com>
            David S. Miller  <davem@davemloft.net>
 
index 8499cb57f4202dd94c55388aaf24a9ee9a587187..1820b0cb323b8edbabb7edab091b50166d8f66ed 100644 (file)
@@ -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