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
This commit is contained in:
H.J. Lu 2013-12-10 23:21:06 +00:00 committed by H.J. Lu
parent 808c43038c
commit 5f2e0891d9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-12-10 H.J. Lu <hongjiu.lu@intel.com>
PR target/59458
* config/i386/i386.md (*movsf_internal): Set mode to SI for
alternative 13.
2013-12-10 Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/58295

View File

@ -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")