]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.c (ix86_expand_fp_compare): Use const0_rtx instead of GEN_INT (0x00) and const1_...
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 2 Aug 2009 18:05:44 +0000 (20:05 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 2 Aug 2009 18:05:44 +0000 (20:05 +0200)
commit0589e07db3092a8f3788581f47d0c94c51fb4e79
tree6e82660eac22b3f4297f1c3798569cead3e58bac
parentf698757bbfd0de05ac67f765a4c3e63341a6c05c
i386.c (ix86_expand_fp_compare): Use const0_rtx instead of GEN_INT (0x00) and const1_rtx instead of GEN_INT (0x01).

* config/i386/i386.c (ix86_expand_fp_compare): Use const0_rtx instead
of GEN_INT (0x00) and const1_rtx instead of GEN_INT (0x01).
(ix86_split_ashl): Ditto.
(ix86_expand_vector_init_one_nonzero): Ditto.
(ix86_expand_vector_set): Ditto.
(ix86_expand_reduc_v4sf): Ditto.

From-SVN: r150355
gcc/ChangeLog
gcc/config/i386/i386.c