aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-affine.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-03-30 08:52:32 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-03-30 08:52:32 +0000
commitaeb83f098d6740d61580014ab78d33abba1168fa (patch)
tree365ac257e1633f429586b1006dd08eb0fb6d08f6 /gcc/tree-affine.h
parentb9268e550b893f065a23e73e76d911cea5480df9 (diff)
downloadgcc-aeb83f098d6740d61580014ab78d33abba1168fa.zip
gcc-aeb83f098d6740d61580014ab78d33abba1168fa.tar.gz
gcc-aeb83f098d6740d61580014ab78d33abba1168fa.tar.bz2
tree-affine.h (print_aff): Remove.
2012-03-30 Richard Guenther <rguenther@suse.de> * tree-affine.h (print_aff): Remove. * tree-affine.c (print_aff): Make static. * tree-data-ref.h (access_matrix_get_index_for_parameter): Remove. (get_references_in_stmt): Likewise. (print_direction_vector): Likewise. (print_dir_vectors): Likewise. (print_dist_vectors): Likewise. (dump_subscript): Likewise. (dump_ddrs): Likewise. (dump_dist_dir_vectors): Likewise. (dump_data_references): Likewise. (dump_data_dependence_relation): Likewise. (dump_data_dependence_direction): Likewise. (dump_rdg_vertex): Likewise. (dump_rdg_component): Likewise. (debug_ddrs): Declare. (struct data_ref_loc_d): Move ... * tree-data-ref.c (struct data_ref_loc_d): ... here. (get_references_in_stmt): Make static. (dump_data_references): Likewise. (dump_subscript): Likewise. (print_direction_vector): Likewise. (print_dir_vectors): Likewise. (print_dist_vectors): Likewise. (dump_data_dependence_relation): Likewise. (dump_dist_dir_vectors): Likewise. (dump_ddrs): Likewise. (dump_rdg_vertex): Likewise. (dump_rdg_component): Likewise. (debug_ddrs): New function. (access_matrix_get_index_for_parameter): Remove. From-SVN: r185994
Diffstat (limited to 'gcc/tree-affine.h')
-rw-r--r--gcc/tree-affine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h
index 8cfbd69..4d3a49d 100644
--- a/gcc/tree-affine.h
+++ b/gcc/tree-affine.h
@@ -79,5 +79,4 @@ void free_affine_expand_cache (struct pointer_map_t **);
bool aff_comb_cannot_overlap_p (aff_tree *, double_int, double_int);
/* Debugging functions. */
-void print_aff (FILE *, aff_tree *);
void debug_aff (aff_tree *);