diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2008-05-13 07:05:02 -0700 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2008-05-13 07:05:02 -0700 |
commit | 7fe08989a31b91bf4c16475bd37dbf777309ecc3 (patch) | |
tree | daca8f8290a572ac9a864ea24ff7397805b8b9b0 /gcc/ChangeLog-2007 | |
parent | 8ebc39d80aceb9bf0e0a49160c3fe6843759bddb (diff) | |
download | gcc-7fe08989a31b91bf4c16475bd37dbf777309ecc3.tar.gz |
Fix a typo.
From-SVN: r135262
Diffstat (limited to 'gcc/ChangeLog-2007')
-rw-r--r-- | gcc/ChangeLog-2007 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog-2007 b/gcc/ChangeLog-2007 index 27f28128b76..5327a6cf8c1 100644 --- a/gcc/ChangeLog-2007 +++ b/gcc/ChangeLog-2007 @@ -2331,8 +2331,9 @@ 2007-11-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> PR target/30961 - * reload1.c (find_reloads): Also check in_reg when handling a - simple move with an input reload and a destination of a hard register. + * reload.c (find_reloads): Also check in_reg when handling a + simple move with an input reload and a destination of a hard + register. 2007-11-06 Maxim Kuvyrkov <maxim@codesourcery.com> |