|
| | Subject: | Re: Gimple to RTL conversion! | | Group: | Gcc-help | | From: | Andrew Haley | | Date: | 18 Oct 2006 |
Priya Sinha writes:
> I want to find the GCC code that changes source code in Gimple form
> to RTL form. I want to study how this change takes place. Could
> anyone plz tell me which are the main files in GCC source code in
> which this conversion happens.
How hard did you look? It's in expr.c. Start at expand_expr_real.
Andrew.
|