Commit 2ed3b4ee by H.J. Lu Committed by H.J. Lu

Revert the last change on *fixuns_trunc<mode>_1

	PR target/60827
	* config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last
	change.

From-SVN: r209385
parent 10fa463f
2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
PR target/60827
* config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last
change.
2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
PR target/60827
* config/i386/i386.md (*fixuns_trunc<mode>_1): Check
optimize_insn_for_speed_p instead of
optimize_function_for_speed_p.
......
......@@ -4367,7 +4367,7 @@
(clobber (match_scratch:<ssevecmode> 1 "=x,&x"))
(clobber (match_scratch:<ssevecmode> 2 "=x,x"))]
"!TARGET_64BIT && TARGET_SSE2 && TARGET_SSE_MATH
&& optimize_insn_for_speed_p ()"
&& optimize_function_for_speed_p (cfun)"
"#"
"&& reload_completed"
[(const_int 0)]
......
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