i386.c (ix86_split_fp_branch): Remove unused variables.
authorAndreas Jaeger <aj@suse.de>
Sun, 14 Jan 2001 07:30:29 +0000 (08:30 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 14 Jan 2001 07:30:29 +0000 (08:30 +0100)
commit8752c357c583c5e7d1c31aa171c334002d4b0004
tree81a3bb643171791eed6e6a30852fb7b50a015fc6
parent04ae6c5985b9a4a4dcbba4832ca7680225d747ce
i386.c (ix86_split_fp_branch): Remove unused variables.

* config/i386/i386.c (ix86_split_fp_branch): Remove unused
variables.
(ix86_fp_compare_mode): Add unused attribute.
(ix86_expand_fp_movcc): Remove unused variable.
(ix86_expand_builtin): Make fcode unsigned.

* expr.c (MOVE_BY_PIECES_P): Cast MOVE_RATIO to unsigned.
(expand_expr): Add cast to avoid signed warning.
(store_field): Likewise.
(store_constructor_field): Likewise.
(store_constructor): Likewise.
(store_expr): Likewise.
(clear_storage): Likewise.
(emit_group_store): Likewise.
(emit_group_load): Likewise.

From-SVN: r39000
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/expr.c