2009-10-26 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Oct 2009 11:16:10 +0000 (11:16 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Oct 2009 11:16:10 +0000 (11:16 +0000)
* graphite-sese-to-poly.c (check_poly_representation): Fix
compile without checking.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153549 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4ce99eb..e7c10ad 100644 (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
index ccf539e..2eb50df 100644 (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);