projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c22b177
)
reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.
author
Alan Modra
<amodra@bigpond.net.au>
Wed, 5 Apr 2006 14:45:12 +0000
(14:45 +0000)
committer
Alan Modra
<amodra@gcc.gnu.org>
Wed, 5 Apr 2006 14:45:12 +0000
(
00:15
+0930)
* reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.
From-SVN: r112705
gcc/ChangeLog
patch
|
blob
|
history
gcc/reload.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index a7bea51a5c3e73921896883debe705596667cd1f..adefc69b97c416148fcf346e8a62ff60ae97cf9d 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2006-04-05 Alan Modra <amodra@bigpond.net.au>
+
+ * reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.
+
2006-04-05 Sebastian Pop <pop@cri.ensmp.fr>
PR tree-optimization/26996
diff --git
a/gcc/reload.c
b/gcc/reload.c
index f3023ae78b48bbee20d898919743f7b5d77417bc..8a76c0ec8567391a826cf18d47ef811965b35bd9 100644
(file)
--- a/
gcc/reload.c
+++ b/
gcc/reload.c
@@
-1896,7
+1896,7
@@
find_dummy_reload (rtx real_in, rtx real_out, rtx *inloc, rtx *outloc,
otherwise we might find a dummy now, but push_reload won't. */
{
enum reg_class preferred_class = PREFERRED_RELOAD_CLASS (in, class);
- if (class != NO_REGS)
+ if (
preferred_
class != NO_REGS)
class = preferred_class;
}