diff options
author | H.J. Lu <hjl@gnu.org> | 1999-05-27 06:10:59 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-27 06:10:59 -0600 |
commit | aa2c277143a37c4321c9c10e4853512a27dc95a9 (patch) | |
tree | 54b7a2e4c9b097b2435ca409e4cde4b7434423d8 | |
parent | 2bd21a021ed7d763a7be92cfa1048f3e95e9a3a6 (diff) | |
download | gcc-aa2c277143a37c4321c9c10e4853512a27dc95a9.zip gcc-aa2c277143a37c4321c9c10e4853512a27dc95a9.tar.gz gcc-aa2c277143a37c4321c9c10e4853512a27dc95a9.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80f74ea..718d6ad 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 <schwab@issan.cs.uni-dortmund.de> * fold-const.c (fold_truthop): Make the field reference unsigned |