This is the mail archive of the gcc@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: Copy assignments for non scalar types


On Wed, 14 Apr 2010, Diego Novillo wrote:

> On Wed, Apr 14, 2010 at 04:40, Richard Guenther <rguenther@suse.de> wrote:
> 
> > No. Âmake_rename_temp should go away. ÂPlease.
> 
> I don't disagree, in principle (less code is always good).  What is
> wrong with it?

It asks the SSA renamer to put your new variables into SSA form.
It's very simple to do that manually (at least if no PHIs are
involved), so better do that.

Richard.

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