Small tweaks.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Feb 2007 19:42:37 +0000 (19:42 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Feb 2007 19:42:37 +0000 (19:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121579 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index af87922..0f237cf 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.