]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/mips/mips.md (movdi_usd): Use %z1 in place of %1.
authorRalf Corsepius <corsepiu@faw.uni-ulm.de>
Mon, 11 Nov 2002 05:57:14 +0000 (05:57 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 11 Nov 2002 05:57:14 +0000 (05:57 +0000)
From-SVN: r59006

gcc/ChangeLog
gcc/config/mips/mips.md

index 0b5f968587f543ac01343b755b8c27b13faaf735..99b27f65c2b614ee9aaae6407b4b9c53e1f2ab21 100644 (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>
 
index 1ff775e42f2da538d7c7ff1e1ba7267801248046..f94283712df49faac4d3fc5612bbcce7819cdce6 100644 (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\";
 }"