Fold convert SSA_NAMEs in the scalar expander.
commitf923196536c18033a4c00784639ca2101bf1d120
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Mar 2010 12:31:37 +0000 (4 12:31 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Mar 2010 12:31:37 +0000 (4 12:31 +0000)
tree815f0e803f0ebb70c0e048e5d7b79788e89e2f9c
parent1fb40e0cd6bfcf878c3a08c268b87dd569fc79af
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/branches/graphite@157222 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/sese.c