]> gcc.gnu.org Git - gcc.git/commit
reload.c (find_reloads): Record the existing mode if operand_mode == VOIDmode before...
authorJohn Wehle <john@feith.com>
Sun, 31 May 1998 15:13:36 +0000 (15:13 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 31 May 1998 15:13:36 +0000 (09:13 -0600)
commit726e2d544cdcb3e91ac2e0ced52bf7ef592b18f3
tree0c1c29104eec694d1022f9b5a1440651674fc445
parent7e5df0048fe26c97b06e9f7d8d4a2ea66e6d1ad6
reload.c (find_reloads): Record the existing mode if operand_mode == VOIDmode before replacing a...

        * reload.c (find_reloads): Record the existing mode if
        operand_mode == VOIDmode before replacing a register with
        a constant.
        * i386.md (tstsi, tsthi, tstqi, tstsf, tstdf, tstxf): Set
        i386_compare_op1 to const0_rtx for the benefit of the
        conditional move patterns.
        (movsicc, movhicc, movsfcc, movdfcc, movxfcc, movdicc): Rewrite
        based on suggestions from Jim Wilson.

From-SVN: r20151
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/reload.c
This page took 0.055519 seconds and 5 git commands to generate.