* config/mips/mips.md (movdi_usd): Use %z1 in place of %1.

From-SVN: r59006
This commit is contained in:
Ralf Corsepius 2002-11-11 05:57:14 +00:00 committed by Mark Mitchell
parent 1e85f1e87f
commit cd3d0108ee
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-10 Ralf Corsepius <corepiu@faw.uni-ulm.de>
* config/mips/mips.md (movdi_usd): Use %z1 in place of %1.
2002-11-11 Graham Stott <graham.stott@btinternet.com>
Jan Hubicka <jh@suse.cz>

View File

@ -4882,7 +4882,7 @@ move\\t%0,%z4\\n\\
if ((INTVAL (offset) & 7) == 0
&& (mem_addr == stack_pointer_rtx || mem_addr == frame_pointer_rtx))
return \"sd\\t%1,%0\";
return \"sd\\t%z1,%0\";
return \"usd\\t%z1,%0\";
}"