PATCH : Data flow branch build broken.

Ramana Radhakrishnan ramana.r@gmail.com
Wed Nov 8 14:40:00 GMT 2006


Hi ,

I needed to put this in to get the data-flow branch building again .
Ok to commit as obvious ?  Could someone commit this ?


Index: auto-inc-dec.c
===================================================================
--- auto-inc-dec.c      (revision 118584)
+++ auto-inc-dec.c      (working copy)
@@ -632,7 +632,7 @@
          fprintf (dump_file, "inserting mov ");
          dump_insn_slim (dump_file, mov_insn);
        }
-      df_insn_rescan (scan_dflow, mov_insn);
+      df_insn_rescan (mov_insn);
     }
   df_recompute_luids (df, bb);

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 118584)
+++ ChangeLog   (working copy)
@@ -1,3 +1,7 @@
+2006-11-09  Ramana Radhakrishnan  <ramana.radhakrishnan@celunite.com>
+
+       * auto-inc-dec.c (attempt_change): Fix typo.
+
 2006-10-28  Richard Guenther  <rguenther@suse.de>

        * fold-const.c (maybe_canonicalize_comparison): Fix code


cheers
Ramana

-- 
Ramana Radhakrishnan



More information about the Gcc-patches mailing list