* config/alpha/alpha.md (unop): Encode RB as $sp.
authorRichard Henderson <rth@redhat.com>
Tue, 18 Dec 2001 00:26:56 +0000 (16:26 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 18 Dec 2001 00:26:56 +0000 (16:26 -0800)
From-SVN: r48137

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

index 0a943c52d0d0e618cbf58c9ed71e0cfa89beda7f..0273b7610aee73bacd10ec5d55fa0b3bd3fd03a3 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 0959e58976dedd52986f2abe21618dc684518f3a..822712fe5c0dba20220a5329bbe0311107a8e512 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.