Commit 921b02cd by Richard Guenther Committed by Richard Biener

re PR rtl-optimization/26685 (documentation refer to nonexisting --param max-cse-insns)

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".

From-SVN: r113300
parent 67ac6e63
2006-04-27 Richard Guenther <rguenther@suse.de> 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".
2006-04-27 Richard Guenther <rguenther@suse.de>
PR tree-optimization/25148 PR tree-optimization/25148
* tree-vrp.c (compare_values): Remove code dealing with * tree-vrp.c (compare_values): Remove code dealing with
comparisons against type min/max value. Honour overflow comparisons against type min/max value. Honour overflow
......
...@@ -391,7 +391,7 @@ DEFPARAM(PARAM_MAX_CSE_PATH_LENGTH, ...@@ -391,7 +391,7 @@ DEFPARAM(PARAM_MAX_CSE_PATH_LENGTH,
"The maximum length of path considered in cse", "The maximum length of path considered in cse",
10, 0, 0) 10, 0, 0)
DEFPARAM(PARAM_MAX_CSE_INSNS, DEFPARAM(PARAM_MAX_CSE_INSNS,
"max-flow-memory-locations", "max-cse-insns",
"The maximum instructions CSE process before flushing", "The maximum instructions CSE process before flushing",
1000, 0, 0) 1000, 0, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment