gimplify.c (create_tmp_from_val): Mark temporary with DECL_GIMPLE_REG_P here ...
authorRichard Guenther <rguenther@suse.de>
Tue, 14 Aug 2012 11:22:23 +0000 (11:22 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 14 Aug 2012 11:22:23 +0000 (11:22 +0000)
commit2ad728d2723fbc0386be5a9379befc1b68e0ab8d
treefd4084fc9466e792c2096d7dbfe52c540c1e1904
parentd8d707b4b576ebceac3e902d31bf954bca728660
gimplify.c (create_tmp_from_val): Mark temporary with DECL_GIMPLE_REG_P here ...

2012-08-14  Richard Guenther  <rguenther@suse.de>

* gimplify.c (create_tmp_from_val): Mark temporary with
DECL_GIMPLE_REG_P here ...
(internal_get_tmp_var): ... instead of here.  If we go into
SSA create an SSA name instead of a VAR_DECL.
(gimplify_modify_expr): Do not create SSA names here, assert
we already got them.
(force_gimple_operand_1): Create an SSA name if we go into SSA.
* sese.c (rename_uses): Simplify.

From-SVN: r190381
gcc/ChangeLog
gcc/gimplify.c
gcc/sese.c