Add constraints on the type of parameters to the scop context.

2010-02-23  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
	early return.

From-SVN: r157278
This commit is contained in:
Sebastian Pop 2010-03-08 17:48:42 +00:00 committed by Sebastian Pop
parent 1feb823858
commit 733ff09d83
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2010-02-23 Sebastian Pop <sebastian.pop@amd.com>
* graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
early return.
2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/43083

View File

@ -1501,9 +1501,6 @@ add_param_constraints (scop_p scop, ppl_Polyhedron_t context, graphite_dim_t p)
tree type = TREE_TYPE (parameter);
tree lb, ub;
/* Disabled until we fix CPU2006. */
return;
if (!INTEGRAL_TYPE_P (type))
return;