On Wed, 14 Apr 2010, Diego Novillo wrote:

> On Wed, Apr 14, 2010 at 04:40, Richard Guenther <rguent...@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.

Reply via email to