Commit bcdd764b by Jakub Jelinek

Fix comment typo in last change.

From-SVN: r48200
parent a9dc868f
...@@ -5685,7 +5685,7 @@ registers_ok_for_ldd_peep (reg1, reg2) ...@@ -5685,7 +5685,7 @@ registers_ok_for_ldd_peep (reg1, reg2)
ld [%o0], %o0 ld [%o0], %o0
ld [%o0 + 4], %o1 ld [%o0 + 4], %o1
to to
ldd [%o0], o0 ldd [%o0], %o0
For stores we don't have a similar problem, so dependent_reg_rtx is For stores we don't have a similar problem, so dependent_reg_rtx is
NULL_RTX. */ NULL_RTX. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment