summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline-analysis.c
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2011-10-03 08:11:43 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2011-10-03 08:11:43 +0000
commit93b765d091e94b6002440725a34d12fd5013e704 (patch)
treea845365ac9680dc00593ee8551e66b0abdc89747 /gcc/ipa-inline-analysis.c
parent874fc1677e7a922228632a9235613fa2814606bf (diff)
downloadgcc-93b765d091e94b6002440725a34d12fd5013e704.tar.gz
ipa-inline-analysis.c (MAX_TIME): Update comment.
gcc/ * ipa-inline-analysis.c (MAX_TIME): Update comment. From-SVN: r179446
Diffstat (limited to 'gcc/ipa-inline-analysis.c')
-rw-r--r--gcc/ipa-inline-analysis.c4
1 files changed, 2 insertions, 2 deletions
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