Commit 6c31f5fb by Uros Bizjak Committed by Uros Bizjak

(*zero_extendsidi2_rex64): Remove isa attribute.

From-SVN: r188648
parent ea154879
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
2012-06-14 Uros Bizjak <ubizjak@gmail.com> 2012-06-14 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*zero_extendsidi2): Remove x,x alternative. * 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> 2012-06-14 Jakub Jelinek <jakub@redhat.com>
......
...@@ -3479,8 +3479,7 @@ ...@@ -3479,8 +3479,7 @@
movd\t{%1, %0|%0, %1} movd\t{%1, %0|%0, %1}
%vmovd\t{%1, %0|%0, %1} %vmovd\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" "orig,*,orig,orig,maybe_vex,maybe_vex")
(set_attr "prefix_0f" "0,*,*,*,*,*") (set_attr "prefix_0f" "0,*,*,*,*,*")
(set_attr "mode" "SI,SI,DI,DI,TI,TI")]) (set_attr "mode" "SI,SI,DI,DI,TI,TI")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment