aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2003-04-24 20:43:22 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2003-04-24 18:43:22 +0000
commit019238b7592361595ae19abc9f35a6665f602ed6 (patch)
tree45bd90661601e7d75954a51c8b45471359e1da65
parent39f6c4c89e4138b391f3e1099d9186b57b859c6f (diff)
downloadgcc-019238b7592361595ae19abc9f35a6665f602ed6.zip
gcc-019238b7592361595ae19abc9f35a6665f602ed6.tar.gz
gcc-019238b7592361595ae19abc9f35a6665f602ed6.tar.bz2
* i386.md (cvtsi2sdq): Fix typo in previous patch.
From-SVN: r66046
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c6f151e..9b3a1fa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 853e3c0..e472f97 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -21914,7 +21914,7 @@
(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"