Commit 79b8aae8 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r123026
parent 44c7bd63
......@@ -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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment