From patchwork Fri Oct 15 21:14:56 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [i386] : Correct mode attribute of movdfcc patterns Date: Fri, 15 Oct 2010 11:14:56 -0000 From: Uros Bizjak X-Patchwork-Id: 68003 Message-Id: To: gcc-patches@gcc.gnu.org Hello! 2010-10-15 Uros Bizjak * config/i386/i386.md (*movdfcc_1_rex64): Correct mode attribute. (*movdfcc_1): ditto. Tested on x86_64-pc-linux-gnu, committed to mainline SVN. Uros. Index: i386.md =================================================================== --- i386.md (revision 165513) +++ i386.md (working copy) @@ -15975,7 +15975,7 @@ # #" [(set_attr "type" "fcmov,fcmov,multi,multi") - (set_attr "mode" "DF")]) + (set_attr "mode" "DF,DF,DI,DI")]) (define_insn "*movdfcc_1_rex64" [(set (match_operand:DF 0 "register_operand" "=f,f,r,r") @@ -15991,7 +15991,7 @@ cmov%O2%C1\t{%2, %0|%0, %2} cmov%O2%c1\t{%3, %0|%0, %3}" [(set_attr "type" "fcmov,fcmov,icmov,icmov") - (set_attr "mode" "DF")]) + (set_attr "mode" "DF,DF,DI,DI")]) (define_split [(set (match_operand:DF 0 "register_and_not_any_fp_reg_operand" "")