diff options
author | raksit <raksit@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-11 19:16:49 +0000 |
---|---|---|
committer | raksit <raksit@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-11 19:16:49 +0000 |
commit | 7650360f5eca84fe13594ad4b53af9a14e7714c4 (patch) | |
tree | 0e5279a88c277ffb7602a6c87150f9cc4928baf8 | |
parent | 0a0a67502c9bb43167cee294a1d1b304de998359 (diff) | |
download | gcc-7650360f5eca84fe13594ad4b53af9a14e7714c4.tar.gz |
Fixed my gcc/ChangeLog entry (corrected tense and capitalization).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131471 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6017c5b481..2f1785a8323 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> |