Add constraints on the type of parameters to the scop context.
authorSebastian Pop <sebastian.pop@amd.com>
Mon, 8 Mar 2010 17:48:42 +0000 (17:48 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 8 Mar 2010 17:48:42 +0000 (17:48 +0000)
2010-02-23  Sebastian Pop  <sebastian.pop@amd.com>

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

From-SVN: r157278

gcc/ChangeLog.graphite
gcc/graphite-sese-to-poly.c

index 17712840a105c9bdc8da59a3624f060da0ffb7d9..a3dbd5fac059963ef781a749e569e8a48e34717c 100644 (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
index d4889b044d629935e0e63e61a44b5ece48519055..3ee431fda6e40792a8769ac21629fc8cbb7e341b 100644 (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;