summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline-analysis.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-03 08:11:43 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-03 08:11:43 +0000
commit5aebd70db0eb881bcfa8afb70b2e30c4b6bbd77f (patch)
treea845365ac9680dc00593ee8551e66b0abdc89747 /gcc/ipa-inline-analysis.c
parentbb323e9c9def4ee627648ad140e78c42a472c410 (diff)
downloadgcc-5aebd70db0eb881bcfa8afb70b2e30c4b6bbd77f.tar.gz
gcc/
* ipa-inline-analysis.c (MAX_TIME): Update comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179446 138bc75d-0d04-0410-961f-82ee72b054a4
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