mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
10fa463ff7
commit
2ed3b4ee02
|
|
@ -1,3 +1,9 @@
|
||||||
|
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>
|
2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR target/60827
|
PR target/60827
|
||||||
|
|
|
||||||
|
|
@ -4367,7 +4367,7 @@
|
||||||
(clobber (match_scratch:<ssevecmode> 1 "=x,&x"))
|
(clobber (match_scratch:<ssevecmode> 1 "=x,&x"))
|
||||||
(clobber (match_scratch:<ssevecmode> 2 "=x,x"))]
|
(clobber (match_scratch:<ssevecmode> 2 "=x,x"))]
|
||||||
"!TARGET_64BIT && TARGET_SSE2 && TARGET_SSE_MATH
|
"!TARGET_64BIT && TARGET_SSE2 && TARGET_SSE_MATH
|
||||||
&& optimize_insn_for_speed_p ()"
|
&& optimize_function_for_speed_p (cfun)"
|
||||||
"#"
|
"#"
|
||||||
"&& reload_completed"
|
"&& reload_completed"
|
||||||
[(const_int 0)]
|
[(const_int 0)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue