]> git.ipfire.org Git - thirdparty/gcc.git/commit
* unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Jul 2003 07:26:27 +0000 (07:26 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Jul 2003 07:26:27 +0000 (07:26 +0000)
commite7f8b8569d7686bb8b203b0394ddd3ed8ca45c2a
treede73e8f14fd2859092455bcb84b437c9ad016747
parent1d1ce0cfeea9e9efa9c4c23a900b2dad76dd2f04
* unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
REG_EQUIV notes as well.

* g++.dg/opt/strength-reduce.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69076 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/strength-reduce.C [new file with mode: 0644]
gcc/unroll.c