From: H.J. Lu Date: Tue, 10 Dec 2013 23:21:06 +0000 (+0000) Subject: Properly handle alternative 13 in *movsf_internal X-Git-Tag: releases/gcc-4.9.0~2149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f2e0891d957a39a553c95609bcd47558bf38414;p=thirdparty%2Fgcc.git Properly handle alternative 13 in *movsf_internal PR target/59458 * config/i386/i386.md (*movsf_internal): Set mode to SI for alternative 13. From-SVN: r205876 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9f27b911a10..fe57c5dfee77 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-12-10 H.J. Lu + + PR target/59458 + * config/i386/i386.md (*movsf_internal): Set mode to SI for + alternative 13. + 2013-12-10 Eric Botcazou PR rtl-optimization/58295 diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 713886885d0e..6ac2802c0290 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -3126,7 +3126,7 @@ (const_string "1") (const_string "*"))) (set (attr "mode") - (cond [(eq_attr "alternative" "3,4,9,10,14,15") + (cond [(eq_attr "alternative" "3,4,9,10,13,14,15") (const_string "SI") (eq_attr "alternative" "11") (const_string "DI")