* i386.md (cvtsi2sdq): Fix typo in previous patch.
From-SVN: r66046
This commit is contained in:
parent
39f6c4c89e
commit
019238b759
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user