OSDN Git Service

* config/alpha/alpha.md (unop): Encode RB as $sp.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2001 00:26:56 +0000 (00:26 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2001 00:26:56 +0000 (00:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48137 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/alpha.md

index 0a943c5..0273b76 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-17  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/alpha.md (unop): Encode RB as $sp.
+
 2001-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * Makefile.in: Update dependencies.
index 0959e58..822712f 100644 (file)
@@ -6793,7 +6793,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi"
 (define_insn "unop"
   [(const_int 2)]
   ""
-  "ldq_u $31,0($31)")
+  "ldq_u $31,0($30)")
 
 ;; On Unicos/Mk we use a macro for aligning code.