Commit 733ff09d by Sebastian Pop Committed by Sebastian Pop

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
parent 1feb8238
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment