OSDN Git Service

* sh.md (sqrtsf2): Fix mode of sqrt.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 1998 14:20:37 +0000 (14:20 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 1998 14:20:37 +0000 (14:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22572 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sh/sh.md

index 0b9d673..afd9981 100644 (file)
@@ -1,3 +1,7 @@
+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
index e25f2b7..3ca60b5 100644 (file)
 
 (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")])