Hi,
> I'm trying to add a simple statement to GIMPLE code adding a new pass,
> that I put in pass_tree_loop.sub as last pass just before
> pass_tree_loop_done pass. Just as test I'd like to add a call like:
>
> .palp = shmalloc (16);
>
> This is the code I'm using:
>
> t = build_fu
Hi,
I'm trying to add a simple statement to GIMPLE code adding a new pass,
that I put in pass_tree_loop.sub as last pass just before
pass_tree_loop_done pass. Just as test I'd like to add a call like:
.palp = shmalloc (16);
This is the code I'm using:
t = build_function_type_list (