]> git.ipfire.org Git - thirdparty/gcc.git/commit
Revert:
authorJoseph Myers <joseph@codesourcery.com>
Tue, 10 Jan 2012 16:55:40 +0000 (16:55 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 10 Jan 2012 16:55:40 +0000 (16:55 +0000)
commit1334312e7b8c6b0ed85f1537fcb629d928893a55
tree1ced8848b4b98de7d7ef7e49a939c9c852fc917e
parent45e83a388c668867b20eebe929b1ac04ff091a5f
Revert:

2008-09-18  Andrew Pinski  <andrew_pinski@playstation.sony.com>

PR rtl-opt/37451
* loop-doloop.c (doloop_modify): New argument zero_extend_p and
zero extend count after the correction to it is done.
(doloop_optimize): Update call to doloop_modify, don't zero extend
count before call.

2008-11-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>

PR rtl-opt/37782
* loop-doloop.c (doloop_modify): Add from_mode argument that says what
mode count is in.
(doloop_optimize): Update call to doloop_modify.

testsuite:
* gcc.c-torture/execute/doloop-1.c,
gcc.c-torture/execute/doloop-2.c: New tests.

From-SVN: r183071
gcc/ChangeLog
gcc/loop-doloop.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/doloop-1.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/execute/doloop-2.c [new file with mode: 0644]