|
| | Subject: | Re: cfg representation | | Group: | Gcc | | From: | Aldy Hernandez | | Date: | 14 Aug 2007 |
>>>>> "Diego" == Diego Novillo <dnovillo> writes:
> are gimplify.c for all the conversion to GIMPLE, tree-cfg.c for the
> building of the CFG and omp-low.c for the conversion into Low
> GIMPLE.
Actually, gimple-low.c. omp-low.c is only for the OpenMP lowering.
|