On Tue, Apr 13, 2010 at 14:42, Jakub Jelinek <ja...@redhat.com> wrote: > if (!is_gimple_reg (var)) > > you shouldn't create SSA name and change the lhs of the stmt. >
This worked well. Thanks Jakub! Sebastian
On Tue, Apr 13, 2010 at 14:42, Jakub Jelinek <ja...@redhat.com> wrote: > if (!is_gimple_reg (var)) > > you shouldn't create SSA name and change the lhs of the stmt. >
This worked well. Thanks Jakub! Sebastian