diff options
author | Raksit Ashok <raksit@gcc.gnu.org> | 2008-01-11 19:16:49 +0000 |
---|---|---|
committer | Raksit Ashok <raksit@gcc.gnu.org> | 2008-01-11 19:16:49 +0000 |
commit | 31bfe0341f36e1bfc3dca5bce33e81491f912cdf (patch) | |
tree | 0e5279a88c277ffb7602a6c87150f9cc4928baf8 /gcc | |
parent | d9183bb7443a3cb85cd170a2527d5b22848907bb (diff) | |
download | gcc-31bfe0341f36e1bfc3dca5bce33e81491f912cdf.zip gcc-31bfe0341f36e1bfc3dca5bce33e81491f912cdf.tar.gz gcc-31bfe0341f36e1bfc3dca5bce33e81491f912cdf.tar.bz2 |
Fixed my gcc/ChangeLog entry (corrected tense and capitalization).
From-SVN: r131471
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6017c5..2f1785a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -20,8 +20,8 @@ 2008-01-10 Raksit Ashok <raksit@google.com> 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 <dj@redhat.com> |