Commit a252f3e8 by Michael Matz Committed by Michael Matz

* loop-doloop.c (doloop_optimize): Extend count.

From-SVN: r88750
parent ee81147e
2004-10-08 Michael Matz <matz@suse.de>
* loop-doloop.c (doloop_optimize): Extend count.
2004-10-08 Kaz Kojima <kkojima@gcc.gnu.org> 2004-10-08 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (prefetch_media, prefetch_i4): New insns. * config/sh/sh.md (prefetch_media, prefetch_i4): New insns.
......
...@@ -511,7 +511,7 @@ doloop_optimize (struct loop *loop) ...@@ -511,7 +511,7 @@ doloop_optimize (struct loop *loop)
if (word_mode_size > GET_MODE_BITSIZE (mode)) if (word_mode_size > GET_MODE_BITSIZE (mode))
{ {
count = simplify_gen_unary (ZERO_EXTEND, word_mode, count = simplify_gen_unary (ZERO_EXTEND, word_mode,
iterations, mode); count, mode);
iterations = simplify_gen_unary (ZERO_EXTEND, word_mode, iterations = simplify_gen_unary (ZERO_EXTEND, word_mode,
iterations, mode); iterations, mode);
iterations_max = simplify_gen_unary (ZERO_EXTEND, word_mode, iterations_max = simplify_gen_unary (ZERO_EXTEND, word_mode,
......
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