[EMAIL PROTECTED] wrote on 08/30/06 14:44:
> Does anyone have any ideas on to how I can modify my function and get it > to insert the functions correctly ? > Browse through omp-low.c. In particular create_omp_child_function and expand_omp_parallel. The new function needs to be added to the call graph and queued for processing (cgraph_add_new_function).