aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2013-04-09 15:01:43 +0000
committerMarek Polacek <polacek@redhat.com>2013-04-09 15:01:43 +0000
commitbca989302729416139bba2dd9a2f5debf2ad6686 (patch)
treecff71108dbfb66879cad5d548a0a80b971f2fe0e /gcc/params.def
parent2f1de620805ce898e5ac241ce6c68eabadb33ed1 (diff)
PR tree-optimization/48762
* params.def (PARAM_MAX_CSE_INSNS): Increase the minimum value to 1. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@197638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r--gcc/params.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def
index 57508f9d5d0..45797b0bef6 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -451,7 +451,7 @@ DEFPARAM(PARAM_MAX_GOTO_DUPLICATION_INSNS,
DEFPARAM(PARAM_MAX_CSE_PATH_LENGTH,
"max-cse-path-length",
"The maximum length of path considered in cse",
- 10, 0, 0)
+ 10, 1, 0)
DEFPARAM(PARAM_MAX_CSE_INSNS,
"max-cse-insns",
"The maximum instructions CSE process before flushing",