On Wed, Apr 14, 2010 at 07:31, Richard Guenther <rguent...@suse.de> wrote:
> 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. But then we'd have lots of duplicate code fragments all doing the same thing. Isn't it better to have a single self-contained helper to do that for us? Diego.