Make build_poly_scop not return a bool.
[gcc.git] / gcc / graphite-sese-to-poly.h
index 0737c49bd944e8eea5eb7c0819e1f561cc3cdfe8..3213471eb251ef555c6f39f7950a0439e11809dd 100644 (file)
@@ -28,7 +28,7 @@ struct base_alias_pair
   int *alias_set;
 };
 
-bool build_poly_scop (scop_p);
+void build_poly_scop (scop_p);
 void check_poly_representation (scop_p);
 
 #endif