graphite-sese-to-poly.c (check_poly_representation): Fix compile without checking.

2009-10-26  Richard Guenther  <rguenther@suse.de>

	* graphite-sese-to-poly.c (check_poly_representation): Fix
	compile without checking.

From-SVN: r153549
This commit is contained in:
Richard Guenther 2009-10-26 11:16:10 +00:00 committed by Richard Biener
parent 22e5d3dc26
commit b77a0698b4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-10-26 Richard Guenther <rguenther@suse.de>
* graphite-sese-to-poly.c (check_poly_representation): Fix
compile without checking.
2009-10-26 Janus Weil <janus@gcc.gnu.org>
PR fortran/41714

View File

@ -2084,7 +2084,7 @@ build_poly_scop (scop_p scop)
/* Always return false. Exercise the scop_to_clast function. */
void
check_poly_representation (scop_p scop)
check_poly_representation (scop_p scop ATTRIBUTE_UNUSED)
{
#ifdef ENABLE_CHECKING
cloog_prog_clast pc = scop_to_clast (scop);