Re: compilation flow

2008-02-15 Thread Diego Novillo
On 2/15/08 1:27 PM, Dasarath Weeratunge wrote: I'm trying to extract the C front end of GCC with all tree lowering passes, and call graph generation. I do not need ssa conversion. Is tree_rest_of_compilation the correct place to cut the compiler pipeline for this? No. See passes.c:init_optimiz

compilation flow

2008-02-15 Thread Dasarath Weeratunge
I'm trying to extract the C front end of GCC with all tree lowering passes, and call graph generation. I do not need ssa conversion. Is tree_rest_of_compilation the correct place to cut the compiler pipeline for this? thanks, -- dasarath