This is the mail archive of the gcc-patches@gcc.gnu.org mailing 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]

Re: [tree-ssa] cleanup creation of artificial labels


Op za 25-10-2003, om 03:30 schreef Jason Merrill:
> On Fri, 24 Oct 2003 00:21:14 +0200, Steven Bosscher <s.bosscher@student.tudelft.nl> wrote:
> 
> > 	* gimplify.c (create_artificial_label): New function.
> 
> Perhaps this belongs in tree.c.

Perhaps.  I've put it in gimplify.c because it's mostly used for
gimplification and in the tree-optimizers.  In allmost all other places
where we build nameless labels, we seem to be more interested in the RTL
generated for the label than the label tree node itself.
It's easy to move if you think it really belongs in tree.c

Gr.
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]