This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lto] PATCH: updates to use new CALL_EXPR interfaces
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Sandra Loosemore <sandra at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 13 Jul 2006 22:03:34 +1000
- Subject: Re: [lto] PATCH: updates to use new CALL_EXPR interfaces
- References: <44ADC14C.3010002@codesourcery.com>
Hi Sandra
On Thu, Jul 06, 2006 at 10:05:00PM -0400, Sandra Loosemore wrote:
> Here's another batch of changes I've made to use the new CALL_EXPR
> interfaces. No new functions or changes to the interfaces of
> existing ones here. In the future, should I just go ahead and
> commit these kinds of changes as "obvious", as Kazu has been doing
> with his?
Perhaps you might like to consider committing your batch of changes in
one step (particularly since they are all related). This will ensure
that Subversion treats them as one patchset. It makes it easier to
handle these patches for backporting, reverting, etc. if they are
treated as one.
It also generates less commit-mail :-)
Cheers, Ben