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-Tag: releases/gcc-4.9.0~3451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b499a31047004bb5966c835413c2f5aa16446e;p=thirdparty%2Fgcc.git Move Martin's most recent entry into the right ChangeLog file From-SVN: r203622 --- diff --git a/ChangeLog b/ChangeLog index 63c6cd87e4a5..0d3c199e17bc 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 4142dd26efd8..09e2494edcd2 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