OSDN Git Service

gcc/
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jun 2010 13:17:32 +0000 (13:17 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jun 2010 13:17:32 +0000 (13:17 +0000)
PR rtl-optimization/44404
* auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
of count_occurrences to see if it's safe to modify mem_insn.insn.
gcc/testsuite/

gcc/testsuite/
PR rtl-optimization/44404
* gcc.dg/pr44404.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160374 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index d0610f5..b2d1c5d 100644 (file)
@@ -3,7 +3,6 @@
        PR rtl-optimization/44404
        * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
        of count_occurrences to see if it's safe to modify mem_insn.insn.
-       gcc/testsuite/
 
 2010-06-07  Richard Guenther  <rguenther@suse.de>