diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2015-06-16 14:35:16 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2015-06-16 14:35:16 +0200 |
commit | 022850c0eedd0dd9fc0c6f2d1b41ec3bef031323 (patch) | |
tree | f786e7c2a2092f815d513d1ddf9f2cbabe997186 /gcc | |
parent | aed93b23d7a09f4875e31a3472f8c900ddbad462 (diff) | |
download | gcc-022850c0eedd0dd9fc0c6f2d1b41ec3bef031323.zip gcc-022850c0eedd0dd9fc0c6f2d1b41ec3bef031323.tar.gz gcc-022850c0eedd0dd9fc0c6f2d1b41ec3bef031323.tar.bz2 |
* ChangeLog: Remove duplicate entry.
From-SVN: r224515
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92bd3a2..ba5f854 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -16101,14 +16101,8 @@ 2015-01-12 Martin Liska <mliska@suse.cz> - * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as indication - that a function is not leaf. - (sem_function::compare_polymorphic_p): Likewise. - -2015-01-12 Martin Liska <mliska@suse.cz> - - * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as indication - that a function is not leaf. + * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as + indication that a function is not leaf. (sem_function::compare_polymorphic_p): Likewise. 2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> |