From 921b02cd1f97018761f736753cf9a8d9a3227494 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Thu, 27 Apr 2006 14:25:49 +0000 Subject: [PATCH] re PR rtl-optimization/26685 (documentation refer to nonexisting --param max-cse-insns) 2006-04-27 Richard Guenther PR rtl-optimization/26685 * params.def (PARAM_MAX_CSE_INSNS): Correct typo that named this one "max-flow-memory-locations". From-SVN: r113300 --- gcc/ChangeLog | 6 ++++++ gcc/params.def | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e528f63028c..0ca0fcfb721 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-04-27 Richard Guenther + + 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 PR tree-optimization/25148 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) -- 2.30.2