From: Kazu Hirata Date: Sat, 17 Mar 2007 17:51:39 +0000 (+0000) Subject: * tree-data-ref.h: Remove the prototype for analyze_array. X-Git-Tag: releases/gcc-4.3.0~6178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79b8aae86dcf4f0409575cae0dc89f8c41fe4c4b;p=thirdparty%2Fgcc.git * tree-data-ref.h: Remove the prototype for analyze_array. From-SVN: r123026 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 895e561077fc..e1d619f38daa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,8 @@ * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos. Follow spelling conventions. + * tree-data-ref.h: Remove the prototype for analyze_array. + 2007-03-17 Dorit Nuzman PR tree-optimization/31041 diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h index 02e154056410..e339d9844e5f 100644 --- a/gcc/tree-data-ref.h +++ b/gcc/tree-data-ref.h @@ -357,7 +357,6 @@ extern void dump_data_dependence_direction (FILE *, extern void free_dependence_relation (struct data_dependence_relation *); extern void free_dependence_relations (VEC (ddr_p, heap) *); extern void free_data_refs (VEC (data_reference_p, heap) *); -extern struct data_reference *analyze_array (tree, tree, bool); /* Return the index of the variable VAR in the LOOP_NEST array. */