From 01bdcc80e25866fcd982075617f62a53c18659a3 Mon Sep 17 00:00:00 2001 From: Aditya Kumar Date: Tue, 29 Sep 2015 22:20:14 +0000 Subject: Make compute_deps, extend_schedule static No functional changes intended. Passes make check and bootstrap. gcc/ChangeLog: 2015-09-29 Aditya Kumar * graphite-dependences.c (scop_get_dependences): Moved in down in order to be visible to its caller. * graphite-poly.h: Removed compute_deps, and extend_schedule. From-SVN: r228269 --- gcc/graphite-poly.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'gcc/graphite-poly.h') diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 3bd22f0..b2dbd36 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -456,22 +456,6 @@ scop_set_nb_params (scop_p scop, graphite_dim_t nb_params) } bool graphite_legal_transform (scop_p); -__isl_give isl_union_map *extend_schedule (__isl_take isl_union_map *); - -void -compute_deps (scop_p scop, vec pbbs, - isl_union_map **must_raw, - isl_union_map **may_raw, - isl_union_map **must_raw_no_source, - isl_union_map **may_raw_no_source, - isl_union_map **must_war, - isl_union_map **may_war, - isl_union_map **must_war_no_source, - isl_union_map **may_war_no_source, - isl_union_map **must_waw, - isl_union_map **may_waw, - isl_union_map **must_waw_no_source, - isl_union_map **may_waw_no_source); isl_union_map * scop_get_dependences (scop_p scop); -- cgit v1.1