summaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-09 14:56:59 +0000
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-09 14:56:59 +0000
commitefbfe80e607506cfb188aa02cf30ac85406caa12 (patch)
tree723cf2123def402d92321e17a5cc633e796da93b /gcc/params.def
parentee6e9ba576099aed29f1097195c649fc796ecf5e (diff)
downloadgcc-efbfe80e607506cfb188aa02cf30ac85406caa12.tar.gz
PR tree-optimization/48762
* params.def (PARAM_MAX_CSE_INSNS): Increase the minimum value to 1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197637 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 1af6481da5f..10fd8fab39a 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",