* tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline.
commit223e470bfc73a63afcdcd1c602cf312fc9a792cd
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Feb 2007 13:27:23 +0000 (4 13:27 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Feb 2007 13:27:23 +0000 (4 13:27 +0000)
tree61cbec31f848f75cb6f387628ddf79e4de1f3de6
parentea0ab92706a182f6ee39f4fb58a3935b41fa19b3
* tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline.
(execute_fixup_cfg): Break out the abnormal goto code.
* tree-inline.c (has_abnormal_outgoing_edge_p): Move here from
tree-optimize.c.
(make_nonlocal_label_edges): Move here from execute_fixup_cfg.
(optimize_inline_calls): Call make_nonlocal_label_edges.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121572 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-inline.c
gcc/tree-optimize.c