This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove unused last argument from {extract,store}_bit_field


On Fri, Jul 09, 2004 at 03:13:01PM -0400, Jakub Jelinek wrote:
> 	* 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.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]