ipa-inline-analysis.c (MAX_TIME): Update comment.

gcc/
	* ipa-inline-analysis.c (MAX_TIME): Update comment.

From-SVN: r179446
This commit is contained in:
Richard Sandiford 2011-10-03 08:11:43 +00:00 committed by Richard Sandiford
parent 874fc1677e
commit 93b765d091
2 changed files with 6 additions and 2 deletions

View 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>

View 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