diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2009-10-12 14:31:38 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2009-10-12 14:31:38 +0200 |
commit | aeaf114b41e47b8446010fdc6acbad962bf4cb8e (patch) | |
tree | 357e878a962a522f512d6801e71c76a9dcc073cd /gcc/ChangeLog | |
parent | 9ef3dbcdae545afddada54c57ed3027388fe4b0f (diff) | |
download | gcc-aeaf114b41e47b8446010fdc6acbad962bf4cb8e.zip gcc-aeaf114b41e47b8446010fdc6acbad962bf4cb8e.tar.gz gcc-aeaf114b41e47b8446010fdc6acbad962bf4cb8e.tar.bz2 |
i386.md (*setcc_<mode>_2): Do not use ix86_expand_clear to zero operand 0.
* config/i386/i386.md (*setcc_<mode>_2): Do not use ix86_expand_clear
to zero operand 0.
From-SVN: r152664
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73103c0..14a918b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-12 Uros Bizjak <ubizjak@gmail.com> + + * config/i386/i386.md (*setcc_<mode>_2): Do not use ix86_expand_clear + to zero operand 0. + 2009-10-12 Dodji Seketeli <dodji@redhat.com> PR c++/41570 @@ -34,14 +39,14 @@ gen_x86_movdicc_0_m1_rex64 for renamed function 2009-10-11 Jose Ruiz <ruiz@adacore.com> - Eric Botcazou <ebotcazou@adacore.com> + Eric Botcazou <ebotcazou@adacore.com> PR target/33743 * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Define. * config/sparc/sol2-unwind.h: New file. 2009-10-11 Olivier Hainque <hainque@adacore.com> - Eric Botcazou <ebotcazou@adacore.com> + Eric Botcazou <ebotcazou@adacore.com> PR target/33743 * config/i386/sol2.h (MD_UNWIND_SUPPORT): Define. @@ -1658,7 +1663,7 @@ pressure. 2009-09-29 Basile Starynkevitch <basile@starynkevitch.net> - Rafael Avila de Espindola <espindola@google.com> + Rafael Avila de Espindola <espindola@google.com> * gengtype.c (plugin_output): New. (get_output_file_with_visibility): Return plugin_output for plugins. |