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: [lto] Change the low-level representation of TYPE_ARG_TYPES.


Andrew Pinski wrote:

objc/ChangeLog:
	* objc-act.c (synth_module_prologue): Use alloc_parm_types,
	and nth_parm_type_ptr to build the function argument types
	instead of tree_cons.
	(build_module_initializer_routine): Likewise.
	(build_next_objc_exception_stuff): Likewise.
	(build_objc_exception_stuff): Likewise.
	(get_arg_type_vec): New function.
	(build_objc_method_call): Use get_arg_type_vec instead of
	get_arg_type_list.
	(really_start_method): Likewise.

OK, thanks.


--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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