]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-data-ref.h: Remove the prototype for analyze_array.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 17 Mar 2007 17:51:39 +0000 (17:51 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 17 Mar 2007 17:51:39 +0000 (17:51 +0000)
From-SVN: r123026

gcc/ChangeLog
gcc/tree-data-ref.h

index 895e561077fc200519bd3d0bb20756718f7aca77..e1d619f38daa8c9209a7d3f743584ed017139fec 100644 (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
index 02e1540564105ae98e02fc88c83ea662f4f6baa5..e339d9844e5f834af15a33997e6990a0955ed4be 100644 (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.  */