Copy assignments for non scalar types
Diego Novillo
dnovillo@google.com
Wed Apr 14 12:01:00 GMT 2010
On Wed, Apr 14, 2010 at 07:31, Richard Guenther <rguenther@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.
More information about the Gcc
mailing list