From: H.J. Lu Date: Mon, 14 Apr 2014 17:01:03 +0000 (+0000) Subject: Revert the last change on *fixuns_trunc_1 X-Git-Tag: releases/gcc-5.1.0~8133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed3b4ee02399c2c520199a6ccd896e83c31591a;p=thirdparty%2Fgcc.git Revert the last change on *fixuns_trunc_1 PR target/60827 * config/i386/i386.md (*fixuns_trunc_1): Revert the last change. From-SVN: r209385 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3a566014f6e..4757728399d0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2014-04-14 H.J. Lu + + PR target/60827 + * config/i386/i386.md (*fixuns_trunc_1): Revert the last + change. + 2014-04-14 H.J. Lu PR target/60827 diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 80ebe54a7448..25e2e93e3178 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -4367,7 +4367,7 @@ (clobber (match_scratch: 1 "=x,&x")) (clobber (match_scratch: 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)]