From: Jeff Law Date: Tue, 15 Oct 2013 15:52:37 +0000 (-0600) Subject: Move Martin's most recent entry into the right ChangeLog file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1b499a31047004bb5966c835413c2f5aa16446e;p=gcc.git Move Martin's most recent entry into the right ChangeLog file From-SVN: r203622 --- diff --git a/ChangeLog b/ChangeLog index 63c6cd87e4a..0d3c199e17b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,3 @@ -2013-10-15 Martin Jambor - - * ipa-utils.h (ipa_edge_within_scc): Declare. - * ipa-cp.c (edge_within_scc): Moved... - * ipa-utils.c (ipa_edge_within_scc): ...here. Updated all callers. - 2013-01-10 Joern Rennecke Import from savannah.gnu.org: diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4142dd26efd..09e2494edcd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -753,6 +753,11 @@ (avx512f_getmant): Ditto. (avx512f_rndscale): Fix formatting. +2013-10-15 Martin Jambor + + * ipa-utils.h (ipa_edge_within_scc): Declare. + * ipa-cp.c (edge_within_scc): Moved... + * ipa-utils.c (ipa_edge_within_scc): ...here. Updated all callers. 2013-10-15 Alexander Ivchenko Maxim Kuznetsov