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: [PATCH] Clean up call clobber flag and MTAG flags usage


On Tue, Jun 3, 2008 at 6:04 AM, Richard Guenther <rguenther@suse.de> wrote:
>
> This makes the use of tree flags on MTAGs and the call clobber flag
> handling consistent.  Basically I see no reason not to use
> var_ann->call_clobbered for MTAGs as well.

Oh, mtags didn't have to have VAR_ANN in order to save memory.
:)
That was the reason for the flag.

If they are going to have var_ann, then yes, there is no point in not
using the existing flag


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