diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-13 14:05:02 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-13 14:05:02 +0000 |
commit | c9156fc0d74d5e3dcb77abaca38dc067dc39de2c (patch) | |
tree | daca8f8290a572ac9a864ea24ff7397805b8b9b0 /gcc/ChangeLog-2007 | |
parent | 4b475af8d05afdbf84ef36d9b9a839e5483e3d04 (diff) | |
download | gcc-c9156fc0d74d5e3dcb77abaca38dc067dc39de2c.tar.gz |
Fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135262 138bc75d-0d04-0410-961f-82ee72b054a4
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> |