expr.h (store_bit_field, [...]): Remove last argument.
authorJakub Jelinek <jakub@redhat.com>
Sat, 10 Jul 2004 08:04:58 +0000 (10:04 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 10 Jul 2004 08:04:58 +0000 (10:04 +0200)
commitb352098021d0d7be6f551de3c3ea80979f2e88e9
treee0d000f474ca5433956ca537ca79d4fd2ed1b0b8
parent76aa57137c694f75b7b33409b49a5063685fe241
expr.h (store_bit_field, [...]): Remove last argument.

* expr.h (store_bit_field, extract_bit_field): Remove last argument.
* expmed.c (store_bit_field, extract_bit_field): Remove last
argument.
* builtins.c (expand_builtin_signbit): Adjust callers.
* optabs.c (expand_vector_binop, expand_vector_unop): Likewise.
* calls.c (store_unaligned_arguments_into_pseudos): Likewise.
* ifcvt.c (noce_emit_move_insn): Likewise.
* stmt.c (expand_return): Likewise.
* expr.c (emit_group_load, emit_group_store, copy_blkmode_from_reg,
store_field, expand_expr_real_1): Likewise.

From-SVN: r84447
gcc/ChangeLog
gcc/builtins.c
gcc/calls.c
gcc/expmed.c
gcc/expr.c
gcc/expr.h
gcc/ifcvt.c
gcc/optabs.c
gcc/stmt.c