summaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.md
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-14 17:01:03 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-14 17:01:03 +0000
commitca48453d9af9dc512b009bbb03db97f6ecf5d8f2 (patch)
tree79ef3f879acf1703b49f2ca17c591ae66ae9e1d3 /gcc/config/i386/i386.md
parent0c2979b486fe32d0d464ed61bea55e361ef1a4a2 (diff)
downloadgcc-ca48453d9af9dc512b009bbb03db97f6ecf5d8f2.tar.gz
Revert the last change on *fixuns_trunc<mode>_1
PR target/60827 * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209385 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/i386.md')
-rw-r--r--gcc/config/i386/i386.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 80ebe54a744..25e2e93e317 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -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)]