]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog.graphite
Fold convert SSA_NAMEs in the scalar expander.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Mar 2010 17:49:22 +0000 (17:49 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Mar 2010 17:49:22 +0000 (17:49 +0000)
commit2996b7123327b7a3f213d8b046902b8225607abd
treef8402ff094984c4a422f270022a2cfa5a85309cd
parentc817e9876a1f6c6f41d31c4eb3345082b21e4cf6
Fold convert SSA_NAMEs in the scalar expander.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

* sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
Call fold_convert on all the returned values.
(expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name
the type of the resulting expression.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157284 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/sese.c