Small tweaks.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 4 Feb 2007 19:42:37 +0000 (19:42 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 4 Feb 2007 19:42:37 +0000 (19:42 +0000)
From-SVN: r121579

gcc/ChangeLog

index af87922453b6e9c86b56e94ccb7596b30148307a..0f237cf02bf21877e521296458f2e10aad488c38 100644 (file)
        * passes.c (init_optimization_passes): Reindent.
 
 2007-02-04  Jan Hubicka  <jh@suse.cz>
-           Eric Botcazou  <ebotcazou@libertysurf.fr>
+            Eric Botcazou  <ebotcazou@adacore.com>
 
-       * tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline.
+       * tree-optimize.c (has_abnormal_outgoing_edge_p): Move to...
        (execute_fixup_cfg): Break out the abnormal goto code.
-       * tree-inline.c (has_abnormal_outgoing_edge_p): Move here from
-       tree-optimize.c.
+       * tree-inline.c (has_abnormal_outgoing_edge_p): ...here.
        (make_nonlocal_label_edges): Move here from execute_fixup_cfg.
        (optimize_inline_calls): Call make_nonlocal_label_edges.