OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b475af
)
Fix a typo.
author
hjl
<hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 May 2008 14:05:02 +0000
(14:05 +0000)
committer
hjl
<hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 May 2008 14:05:02 +0000
(14:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135262
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/ChangeLog-2007
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog-2007
b/gcc/ChangeLog-2007
index
27f2812
..
5327a6c
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>