Commit 71187870 by J"orn Rennecke Committed by Joern Rennecke

* sh.md (sqrtsf2): Fix mode of sqrt.

From-SVN: r22572
parent b29514ee
Thu Sep 24 22:17:54 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.md (sqrtsf2): Fix mode of sqrt.
Thu Sep 24 21:48:51 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* reload1.c (choose_reload_regs): Also try inheritance when
......
......@@ -3103,7 +3103,7 @@
(define_insn "sqrtsf2"
[(set (match_operand:SF 0 "arith_reg_operand" "=f")
(sqrt:DF (match_operand:SF 1 "arith_reg_operand" "0")))]
(sqrt:SF (match_operand:SF 1 "arith_reg_operand" "0")))]
"TARGET_SH3E"
"fsqrt %0"
[(set_attr "type" "fdiv")])
......
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