diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-27 10:28:39 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-27 10:28:39 +0000 |
commit | cd0925e24e1ad89b886c43f444b1dd952ae2914a (patch) | |
tree | 77dc47dc0baf6aae6acca9e534eb5f783a5cd366 /gcc/params.def | |
parent | 212999c0dfb72cc801a3510e126ce9487f299b5a (diff) | |
download | gcc-cd0925e24e1ad89b886c43f444b1dd952ae2914a.tar.gz |
2011-06-27 Richard Guenther <rguenther@suse.de>
PR tree-optimization/49365
* params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175474 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index a3e9831badd..d827121f86c 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -825,7 +825,7 @@ DEFPARAM (PARAM_MIN_INSN_TO_PREFETCH_RATIO, "min-insn-to-prefetch-ratio", "Min. ratio of insns to prefetches to enable prefetching for " "a loop with an unknown trip count", - 10, 0, 0) + 9, 0, 0) DEFPARAM (PARAM_PREFETCH_MIN_INSN_TO_MEM_RATIO, "prefetch-min-insn-to-mem-ratio", |