re PR target/30770 (BOOT_CFLAGS="-O2 -g -mtune=nocona" miscompiled the stage 3 compiler)
authorUros Bizjak <ubizjak@gmail.com>
Sat, 24 Feb 2007 23:29:30 +0000 (00:29 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 24 Feb 2007 23:29:30 +0000 (00:29 +0100)
commit730130547b54b4eca9ae41761b860264a04abcdf
tree4783f9af39ea863367329ab8a61a1db1162f1ff3
parentc88fc50c24a53e21d98ea76105adf214c13420bd
re PR target/30770 (BOOT_CFLAGS="-O2 -g -mtune=nocona" miscompiled the stage 3 compiler)

        PR target/30770
        * config/i386/i386.md (expand_movmem_epilogue): Fix typo, mask
        count argument with 0x10, not with 0x16.
        (expand_setmem_epilogue): Ditto.

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