From: ebotcazou Date: Sun, 4 Feb 2007 19:42:37 +0000 (+0000) Subject: Small tweaks. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d6b9aac34f46549445966fee11b947f36fce059;p=thirdparty%2Fgcc.git Small tweaks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121579 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af87922453b6..0f237cf02bf2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -21,12 +21,11 @@ * passes.c (init_optimization_passes): Reindent. 2007-02-04 Jan Hubicka - Eric Botcazou + Eric Botcazou - * 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.