(*zero_extendsidi2_rex64): Remove isa attribute.

From-SVN: r188648
This commit is contained in:
Uros Bizjak 2012-06-15 08:53:28 +02:00 committed by Uros Bizjak
parent ea15487933
commit 6c31f5fbe0
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@
2012-06-14 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*zero_extendsidi2): Remove x,x alternative.
(*zero_extendsidi2_rex64): Ditto.
(*zero_extendsidi2_rex64): Ditto. Remove isa attribute.
2012-06-14 Jakub Jelinek <jakub@redhat.com>

View File

@ -3479,8 +3479,7 @@
movd\t{%1, %0|%0, %1}
%vmovd\t{%1, %0|%0, %1}
%vmovd\t{%1, %0|%0, %1}"
[(set_attr "isa" "*,*,*,*,*,sse2")
(set_attr "type" "imovx,multi,mmxmov,mmxmov,ssemov,ssemov")
[(set_attr "type" "imovx,multi,mmxmov,mmxmov,ssemov,ssemov")
(set_attr "prefix" "orig,*,orig,orig,maybe_vex,maybe_vex")
(set_attr "prefix_0f" "0,*,*,*,*,*")
(set_attr "mode" "SI,SI,DI,DI,TI,TI")])