* tree-data-ref.h: Remove the prototype for analyze_array.

From-SVN: r123026
This commit is contained in:
Kazu Hirata 2007-03-17 17:51:39 +00:00 committed by Kazu Hirata
parent 44c7bd63b6
commit 79b8aae86d
2 changed files with 2 additions and 1 deletions

View File

@ -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 <dorit@il.ibm.com>
PR tree-optimization/31041

View File

@ -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. */