Commit 40327e03 by Jie Zhang Committed by Jie Zhang

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
parent d5b7950a
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,
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment