diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-29 01:27:02 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-29 01:27:02 +0000 |
commit | 5cccf78f372fb4ca0067f56305e3ebeab6dc19c2 (patch) | |
tree | ac3cad44674ae8ee0cfb8575f73591c117f6091b | |
parent | 9e3c9e1bf6949a24f1622b61c092466bb56896d8 (diff) | |
download | gcc-5cccf78f372fb4ca0067f56305e3ebeab6dc19c2.zip gcc-5cccf78f372fb4ca0067f56305e3ebeab6dc19c2.tar.gz gcc-5cccf78f372fb4ca0067f56305e3ebeab6dc19c2.tar.bz2 |
*** empty log message ***
From-SVN: r855
-rw-r--r-- | gcc/config/mips/mips.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index dfa5141..d300a0a 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -1514,7 +1514,7 @@ move\\t%0,%z4\\n\\ { dslots_load_total++; if (GET_CODE (operands[1]) == MEM) - return \"ld.s\\t%0,%1%#\;cvt.d.w\\t%0,%0\"; + return \"l.s\\t%0,%1%#\;cvt.d.w\\t%0,%0\"; return \"mtc1\\t%1,%0%#\;cvt.d.w\\t%0,%0\"; }" @@ -1530,7 +1530,7 @@ move\\t%0,%z4\\n\\ { dslots_load_total++; if (GET_CODE (operands[1]) == MEM) - return \"ld.s\\t%0,%1%#\;cvt.s.w\\t%0,%0\"; + return \"l.s\\t%0,%1%#\;cvt.s.w\\t%0,%0\"; return \"mtc1\\t%1,%0%#\;cvt.s.w\\t%0,%0\"; }" |