projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebc39d
)
Fix a typo.
author
H.J. Lu
<hjl@gcc.gnu.org>
Tue, 13 May 2008 14:05:02 +0000
(07:05 -0700)
committer
H.J. Lu
<hjl@gcc.gnu.org>
Tue, 13 May 2008 14:05:02 +0000
(07:05 -0700)
From-SVN: r135262
gcc/ChangeLog-2007
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog-2007
b/gcc/ChangeLog-2007
index 27f28128b7633f0a9b49f0af9f6777c202463270..5327a6cf8c1f74b6f41333015f6d9bedbec6568c 100644
(file)
--- 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>