Copy assignments for non scalar types
Richard Guenther
rguenther@suse.de
Wed Apr 14 11:44:00 GMT 2010
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.
More information about the Gcc
mailing list