Set MODE to SI for alternative 12 in *movsf_internal

PR target/60969
	* config/i386/i386.md (*movsf_internal): Set MODE to SI for
	alternative 12.

From-SVN: r209811
This commit is contained in:
H.J. Lu 2014-04-25 20:52:01 +00:00 committed by H.J. Lu
parent e2ce9436fb
commit 255671b0c5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
PR target/60969
* config/i386/i386.md (*movsf_internal): Set MODE to SI for
alternative 12.
2014-04-25 Jiong Wang <jiong.wang@arm.com>
* config/arm/predicates.md (call_insn_operand): Add long_call check.

View File

@ -3201,7 +3201,7 @@
(const_string "1")
(const_string "*")))
(set (attr "mode")
(cond [(eq_attr "alternative" "3,4,9,10,13,14,15")
(cond [(eq_attr "alternative" "3,4,9,10,12,13,14,15")
(const_string "SI")
(eq_attr "alternative" "11")
(const_string "DI")