This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, i386]: Use const0_rtx/const1_rtx instead of GEN_INT (...)


Hello!

Just a trivial cleanup.

2009-08-02 Uros Bizjak <ubizjak@gmail.com>

    * 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.

Tested on x86_64-pc-linux-gnu {,-m32}, committed to mainline.

Uros.

Attachment: p.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]