OSDN Git Service

* i386.md (cvtsi2sdq): Fix typo in previous patch.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Apr 2003 18:43:22 +0000 (18:43 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Apr 2003 18:43:22 +0000 (18:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66046 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md

index c6f151e..9b3a1fa 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (cvtsi2sdq): Fix typo in previous patch.
+       
 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
 
        * configure.in: Check whether mbstowcs works.
index 853e3c0..e472f97 100644 (file)
    (set_attr "mode" "SI")])
 
 (define_insn "cvtsd2siq"
-  [(set (match_operand:DI 0 "register_operand" "=r")
+  [(set (match_operand:DI 0 "register_operand" "=r,r")
        (fix:DI (vec_select:DF (match_operand:V2DF 1 "register_operand" "x,m")
                               (parallel [(const_int 0)]))))]
   "TARGET_SSE2 && TARGET_64BIT"