Commit 5f2e0891 by H.J. Lu Committed by H.J. Lu

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
parent 808c4303
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
......@@ -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")
......
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