This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] move walk_tree & friends to tree.c
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Eric Botcazou <ebotcazou at libertysurf dot fr>, Steven Bosscher <stevenb at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 12 Mar 2005 17:56:21 -0500
- Subject: Re: [patch] move walk_tree & friends to tree.c
- References: <200503122347.21886.ebotcazou@libertysurf.fr>
>>>>> Eric Botcazou writes:
>> This is one of those "wanted to do that for a long time" patches,
>> I hope everyone agrees that tree walking really has nothing to do
>> with inlining...
> Does that not kill 'cvs annotate' ?
We often re-factor GCC sources -- moving, combining, and splitting
functions. This useful patch is no different.
David