2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
* graphite-sese-to-poly.c (add_param_constraints): Use sizetype
instead of unsigned_type_node.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157290
138bc75d-0d04-0410-961f-
82ee72b054a4
2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
+
+ * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
+ instead of unsigned_type_node.
+
+2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
Reza Yazdani <reza.yazdani@amd.com>
PR middle-end/43065
}
else if (POINTER_TYPE_P (type))
{
- lb = TYPE_MIN_VALUE (unsigned_type_node);
- ub = TYPE_MAX_VALUE (unsigned_type_node);
+ lb = TYPE_MIN_VALUE (sizetype);
+ ub = TYPE_MAX_VALUE (sizetype);
}
if (lb)