OSDN Git Service

* cfgexpand.c (discover_nonconstant_array_refs_r,
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 886d1f8..139c617 100644 (file)
@@ -1,3 +1,11 @@
+2005-10-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * cfgexpand.c (discover_nonconstant_array_refs_r,
+       discover_nonconstant_array_refs): Move here from tree-outof-ssa.c
+       (tree_expand_cfg): Call discover_nonconstant_array_refs.
+       * tree-outof-ssa.c (rewrite_out_of_ssa): Remove call to
+       discover_nonconstant_array_refs.
+
 2005-10-19  Steven Bosscher  <stevenb@suse.de>
 
        PR c/23228