projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9dc868
)
Fix comment typo in last change.
author
Jakub Jelinek
<jakub@gcc.gnu.org>
Thu, 20 Dec 2001 08:28:05 +0000
(09:28 +0100)
committer
Jakub Jelinek
<jakub@gcc.gnu.org>
Thu, 20 Dec 2001 08:28:05 +0000
(09:28 +0100)
From-SVN: r48200
gcc/config/sparc/sparc.c
patch
|
blob
|
history
diff --git
a/gcc/config/sparc/sparc.c
b/gcc/config/sparc/sparc.c
index f8fefbe6422f197ef0e06ace433efc235ad845fd..26577c2068abff8890a0c2f2fef9a468d9f7e6bb 100644
(file)
--- a/
gcc/config/sparc/sparc.c
+++ b/
gcc/config/sparc/sparc.c
@@
-5685,7
+5685,7
@@
registers_ok_for_ldd_peep (reg1, reg2)
ld [%o0], %o0
ld [%o0 + 4], %o1
to
- ldd [%o0], o0
+ ldd [%o0],
%
o0
For stores we don't have a similar problem, so dependent_reg_rtx is
NULL_RTX. */