Commit b77a0698 by Richard Guenther Committed by Richard Biener

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
parent 22e5d3dc
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> 2009-10-26 Janus Weil <janus@gcc.gnu.org>
PR fortran/41714 PR fortran/41714
...@@ -2084,7 +2084,7 @@ build_poly_scop (scop_p scop) ...@@ -2084,7 +2084,7 @@ build_poly_scop (scop_p scop)
/* Always return false. Exercise the scop_to_clast function. */ /* Always return false. Exercise the scop_to_clast function. */
void void
check_poly_representation (scop_p scop) check_poly_representation (scop_p scop ATTRIBUTE_UNUSED)
{ {
#ifdef ENABLE_CHECKING #ifdef ENABLE_CHECKING
cloog_prog_clast pc = scop_to_clast (scop); cloog_prog_clast pc = scop_to_clast (scop);
......
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