diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-02-04 08:37:25 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-02-04 08:37:25 +0000 |
commit | 3e5f930fc79363c85405bcd510ca63b862af14fc (patch) | |
tree | c1e7e7709fb2c53089906fd7c3b4c9a97a525d33 /gcc | |
parent | a6f4d51d82679c964930d64ccef496f52a640e35 (diff) | |
download | gcc-3e5f930fc79363c85405bcd510ca63b862af14fc.zip gcc-3e5f930fc79363c85405bcd510ca63b862af14fc.tar.gz gcc-3e5f930fc79363c85405bcd510ca63b862af14fc.tar.bz2 |
Fix a couple of nits
From-SVN: r156491
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 e00a388..ba8b999 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,13 +3,13 @@ PR c++/40138 * fold-const.c (operand_equal_p): Handle erroneous types. -2010-02-01 Kaushik Phatak <kaushik.phatak@kpitcummins.com> +2010-02-03 Kaushik Phatak <kaushik.phatak@kpitcummins.com> * config/h8300/h8300.md (can_delay): Fix attibute condition. 2010-02-03 Vladimir Makarov <vmakarov@redhat.com> - PR rtl-optimizations/42941 + PR rtl-optimization/42941 * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead of xmalloc. |