bfin.c (MAX_LOOP_LENGTH): Define to be 2042 instead of 4096.

* config/bfin/bfin.c (MAX_LOOP_LENGTH): Define to be 2042 instead
	of 4096.

From-SVN: r114755
This commit is contained in:
Jie Zhang 2006-06-18 10:09:59 +00:00 committed by Jie Zhang
parent d5b7950a7f
commit 40327e038e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-06-18 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.c (MAX_LOOP_LENGTH): Define to be 2042 instead
of 4096.
2006-06-17 Karl Berry <karl@gnu.org>
* doc/cpp.texi, doc/cppinternals.texi, doc/gcc.texi,

View File

@ -2739,7 +2739,7 @@ bfin_hardware_loop (void)
#define MAX_LOOP_DEPTH 2
/* Maximum size of a loop. */
#define MAX_LOOP_LENGTH 4096
#define MAX_LOOP_LENGTH 2042
/* We need to keep a vector of loops */
typedef struct loop_info *loop_info;