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: GEN_INT_MODE v3


On Tue, Mar 19, 2002 at 06:44:32PM +0100, Lars Brinkhoff wrote:
> 	* emit-rtl.c (gen_int_mode): New function.
> 	* rtl.h: Prototype for it.
> 	* combine.c (make_extraction, simplify_comparison), expmed.c
> 	(store_bit_field, expand_mult_highpart, expand_divmod), expr.c
> 	(convert_modes, store_field), optabs.c (expand_fix),
> 	simplify-rtx.c (neg_const_int, simplify_unary_real),
> 	config/rs6000/rs6000.c (rs6000_emit_move,
> 	rs6000_emit_eh_toc_restore), config/rs6000/rs6000.md:
> 	Use it instead of GEN_INT (trunc_int_for_mode (...)).

Applied.


r~


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