Olatunji Ruwase - Lowering return statements in gimple pass (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] |
- From: Olatunji Ruwase
- To: gcc at gcc dot gnu dot org
- Date: Wed, 09 Nov 2005 16:57:45 -0800
- Subject: Lowering return statements in gimple pass
- Reply-to: Olatunji dot Ruwase at Sun dot COM
Hi, I have a question concerning the lowering of return statements during the gimple pass. Shouldnt the TREE_BLOCK () of the representative return expr (which is moved to the end of the function) be updated to reflect its new scope ?. Or on the other hand is TREE_BLOCK () intended to be an accurate reflection of the lexical scope an expression belongs to ?.
Thanks
tunji
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |