diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2008-11-10 15:58:55 -0800 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2008-11-10 15:58:55 -0800 |
commit | b297d612f7667a62f9d60ff0bd4103c587f13ba5 (patch) | |
tree | ee2bb55b55eb5db2c0ea0a3f1b581436f8083c85 | |
parent | 7f75ae868a2108e93c21500b9a2b1017b6ccf691 (diff) | |
download | gcc-b297d612f7667a62f9d60ff0bd4103c587f13ba5.zip gcc-b297d612f7667a62f9d60ff0bd4103c587f13ba5.tar.gz gcc-b297d612f7667a62f9d60ff0bd4103c587f13ba5.tar.bz2 |
Correct date.
From-SVN: r141755
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a09fd98..5b03383 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -12,7 +12,7 @@ * config/mips/vr.h: Likewise. * config/mips/mips.h (BASE_DRIVER_SELF_SPECS): New. -2008-11-07 Vladimir Makarov <vmakarov@redhat.com> +2008-11-10 Vladimir Makarov <vmakarov@redhat.com> PR rtl-optimizations/37948 * ira-int.h (struct ira_allocno_copy): New member constraint_p. @@ -57,7 +57,7 @@ * config/sh/sh.h (OPTIMIZATION_OPTIONS): Set flag_ira_share_spill_slots to 2 if it's already non-zero. (OVERRIDE_OPTIONS): Clear flag_ira_share_spill_slots if - flag_ira_share_spill_slots is 2. + flag_ira_share_spill_slots is 2. 2008-11-10 Kevin Buettner <kevinb@redhat.com> |