diff options
author | Wei Guozhi <carrot@google.com> | 2010-07-07 18:21:48 +0000 |
---|---|---|
committer | Jing Yu <jingyu@gcc.gnu.org> | 2010-07-07 18:21:48 +0000 |
commit | 88c1612f9b87433af7bec8f93b546f2f89bfaea5 (patch) | |
tree | 4ff2604c01b328d3f8580292a3273ff67e97e41b /gcc/ChangeLog | |
parent | ece53c911447fb9632b4e0596b5ec3e3f0a4de77 (diff) | |
download | gcc-88c1612f9b87433af7bec8f93b546f2f89bfaea5.zip gcc-88c1612f9b87433af7bec8f93b546f2f89bfaea5.tar.gz gcc-88c1612f9b87433af7bec8f93b546f2f89bfaea5.tar.bz2 |
thumb2.md (peephole2 to convert zero_extract/compare of lowest bits to lshift/compare): Add a missing line.
2010-07-07 Wei Guozhi <carrot@google.com>
* config/arm/thumb2.md (peephole2 to convert zero_extract/compare
of lowest bits to lshift/compare): Add a missing line.
From-SVN: r161930
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3330dc..d0096e8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,11 @@ 2010-07-07 Wei Guozhi <carrot@google.com> * config/arm/thumb2.md (peephole2 to convert zero_extract/compare + of lowest bits to lshift/compare): Add a missing line. + +2010-07-07 Wei Guozhi <carrot@google.com> + + * config/arm/thumb2.md (peephole2 to convert zero_extract/compare of lowest bits to lshift/compare): New. 2010-07-07 Tom Tromey <tromey@redhat.com> |