[PATCH 54/89] Make gimple_call_return_slot_opt_p require a gimple_call.

Jeff Law law@redhat.com
Mon May 12 17:49:00 GMT 2014


On 04/21/14 10:57, David Malcolm wrote:
> gcc/
> 	* gimple.h (gimple_call_return_slot_opt_p): Require a gimple_call
> 	rather than a plain gimple.
>
> 	* gimple-walk.c (walk_stmt_load_store_addr_ops): Convert usage of
> 	is_gimple_call to dyn_cast_gimple_call, introducing a new local
> 	"call_stmt".
>
> 	* trans-mem.c (expand_call_tm): Split local "stmt", strengthening
> 	from plain gimple to a gimple_call, and introducing new local
> 	gimple_assign "assign_stmt".
>
> 	* tree-inline.c (expand_call_inline):  Convert check of code against
> 	GIMPLE_CALL to dyn_cast_gimple_call, introducing a new local
> 	"call_stmt".
OK once prerequisites have gone in.
Jeff



More information about the Gcc-patches mailing list