From: Raksit Ashok Date: Fri, 11 Jan 2008 19:16:49 +0000 (+0000) Subject: Fixed my gcc/ChangeLog entry (corrected tense and capitalization). X-Git-Tag: releases/gcc-4.3.0~656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31bfe0341f36e1bfc3dca5bce33e81491f912cdf;p=thirdparty%2Fgcc.git Fixed my gcc/ChangeLog entry (corrected tense and capitalization). From-SVN: r131471 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6017c5b481a..2f1785a83233 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -20,8 +20,8 @@ 2008-01-10 Raksit Ashok PR rtl-optimization/27971 - * combine.c (find_split_point): introduced a new split for certain - types of mem rtx. + * combine.c (find_split_point): Split PLUS expressions which are + inside a MEM rtx, and whose first operand is complex. 2008-01-10 DJ Delorie