summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.h
diff options
context:
space:
mode:
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-13 17:34:44 +0000
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-13 17:34:44 +0000
commitf49215cea754cbd1f73143110bbc832c05fd597f (patch)
treed25b0cc41e3c46f51036322395676f08751c1fe7 /gcc/graphite-sese-to-poly.h
parentc2e502a56a95d14a87d60f288c1aa8612fea911c (diff)
downloadgcc-f49215cea754cbd1f73143110bbc832c05fd597f.tar.gz
Make build_poly_scop not return a bool.
2010-03-09 Sebastian Pop <sebastian.pop@amd.com> * graphite-sese-to-poly.c (build_poly_scop): Do not return bool. * graphite-sese-to-poly.h (build_poly_scop): Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157432 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-sese-to-poly.h')
-rw-r--r--gcc/graphite-sese-to-poly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-sese-to-poly.h b/gcc/graphite-sese-to-poly.h
index 0737c49bd94..3213471eb25 100644
--- a/gcc/graphite-sese-to-poly.h
+++ b/gcc/graphite-sese-to-poly.h
@@ -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