OSDN Git Service

* tree-data-ref.h: Remove the prototype for analyze_array.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Mar 2007 17:51:39 +0000 (17:51 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Mar 2007 17:51:39 +0000 (17:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123026 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 895e561..e1d619f 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 02e1540..e339d98 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.  */