diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2010-07-07 15:26:48 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2010-07-07 15:26:48 +0000 |
commit | 71df5a7ee7f86ce0954a86e375e523906ea4203a (patch) | |
tree | 4a834c6c447e50e8b3be17c7fcfb6b4c48cfa21e /gcc/ChangeLog | |
parent | f625098e0c1b2cbb0abc21b760b3fd4a1fb3d22b (diff) | |
download | gcc-71df5a7ee7f86ce0954a86e375e523906ea4203a.zip gcc-71df5a7ee7f86ce0954a86e375e523906ea4203a.tar.gz gcc-71df5a7ee7f86ce0954a86e375e523906ea4203a.tar.bz2 |
re PR rtl-optimization/44404 (auto-inc-dec generates an invalid assembly instruction)
PR rtl-optimization/44404
* auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
possible, use reg_overlap_mentioned_p instead.
From-SVN: r161920
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3a2fcf4..934cacd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-07-07 Bernd Schmidt <bernds@codesourcery.com> + + PR rtl-optimization/44404 + * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if + possible, use reg_overlap_mentioned_p instead. + 2010-07-07 Duncan Sands <baldrick@free.fr> PR middle-end/41355 |