Commit 255671b0 by H.J. Lu Committed by H.J. Lu

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
parent e2ce9436
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> 2014-04-25 Jiong Wang <jiong.wang@arm.com>
* config/arm/predicates.md (call_insn_operand): Add long_call check. * config/arm/predicates.md (call_insn_operand): Add long_call check.
......
...@@ -3201,7 +3201,7 @@ ...@@ -3201,7 +3201,7 @@
(const_string "1") (const_string "1")
(const_string "*"))) (const_string "*")))
(set (attr "mode") (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") (const_string "SI")
(eq_attr "alternative" "11") (eq_attr "alternative" "11")
(const_string "DI") (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