From: Ralf Corsepius Date: Mon, 11 Nov 2002 05:57:14 +0000 (+0000) Subject: * config/mips/mips.md (movdi_usd): Use %z1 in place of %1. X-Git-Tag: releases/gcc-3.2.1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3d0108eea2d0ed3bcfa50e1b33e8c476dfa66f;p=thirdparty%2Fgcc.git * config/mips/mips.md (movdi_usd): Use %z1 in place of %1. From-SVN: r59006 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b5f968587f5..99b27f65c2b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-11-10 Ralf Corsepius + + * config/mips/mips.md (movdi_usd): Use %z1 in place of %1. + 2002-11-11 Graham Stott Jan Hubicka diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 1ff775e42f2d..f94283712df4 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -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\"; }"