i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for conditional move.
authorH.J. Lu <hjl@gnu.org>
Thu, 27 May 1999 12:10:59 +0000 (06:10 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 27 May 1999 12:10:59 +0000 (06:10 -0600)
commitaa2c277143a37c4321c9c10e4853512a27dc95a9
tree54b7a2e4c9b097b2435ca409e4cde4b7434423d8
parent2bd21a021ed7d763a7be92cfa1048f3e95e9a3a6
i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for conditional move.


        * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
        conditional move.
        (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
        (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
        for IEEE math and CC_FCOMI.
        (put_jump_code): No IEEE if CC_FCOMI is set.

From-SVN: r27203
gcc/ChangeLog