* i386.md (cvtsi2sdq): Fix typo in previous patch.
authorJan Hubicka <jh@suse.cz>
Thu, 24 Apr 2003 18:43:22 +0000 (20:43 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 24 Apr 2003 18:43:22 +0000 (18:43 +0000)
From-SVN: r66046

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

index c6f151ebe3164396f27b7685867195ca2fc91ff3..9b3a1fa3021e1b33ae1c760859a9056fc4ae4164 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 853e3c00d6a81aa96b0d3c68b9eb7fd24be0049f..e472f976a6bdc0702170832d263f993b3f8a43fc 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"