summaryrefslogtreecommitdiffstats
path: root/gcc/params.def
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-27 14:25:49 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-27 14:25:49 +0000
commit0ed224e1a25911354a1680f0eb50f04523437fd6 (patch)
treea306a311b5eefe4eab4a6aa313af2b254671b9b8 /gcc/params.def
parent820860910545844dfef72ad380727e3f3b38e196 (diff)
downloadppe42-gcc-0ed224e1a25911354a1680f0eb50f04523437fd6.tar.gz
ppe42-gcc-0ed224e1a25911354a1680f0eb50f04523437fd6.zip
2006-04-27 Richard Guenther <rguenther@suse.de>
PR rtl-optimization/26685 * params.def (PARAM_MAX_CSE_INSNS): Correct typo that named this one "max-flow-memory-locations". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113300 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 84f16e294af..e8d861515e5 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -391,7 +391,7 @@ DEFPARAM(PARAM_MAX_CSE_PATH_LENGTH,
"The maximum length of path considered in cse",
10, 0, 0)
DEFPARAM(PARAM_MAX_CSE_INSNS,
- "max-flow-memory-locations",
+ "max-cse-insns",
"The maximum instructions CSE process before flushing",
1000, 0, 0)
OpenPOWER on IntegriCloud