From aa2c277143a37c4321c9c10e4853512a27dc95a9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 27 May 1999 06:10:59 -0600 Subject: [PATCH] i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for conditional move. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80f74ea8b86..718d6add5a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +Thu May 27 13:04:52 1999 H.J. Lu (hjl@gnu.org) + + * 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. + 1999-05-27 Andreas Schwab * fold-const.c (fold_truthop): Make the field reference unsigned -- 2.30.2