Commit 29b06e35 by Richard Henderson Committed by Richard Henderson

* config/alpha/alpha.md (unop): Encode RB as $sp.

From-SVN: r48137
parent 3a77b68d
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.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment