OSDN Git Service

2010-04-13 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / graphite-blocking.c
index 402e5f6..769cda4 100644 (file)
@@ -181,7 +181,7 @@ pbb_strip_mine_profitable_p (poly_bb_p pbb,
                             graphite_dim_t depth,
                             int stride)
 {
-  Value niter, strip_stride;
+  mpz_t niter, strip_stride;
   bool res;
 
   mpz_init (strip_stride);