[PATCH] Fix PR26685, typo in params.def

Richard Guenther rguenther@suse.de
Thu Apr 27 12:53:00 GMT 2006


This does s/max-flow-memory-locations/max-cse-insns/ on the entry that
was cut&pasted from the max-flow-memory-locations one.

Bootstrapped and tested on x86_64-unknown-linux-gnu (C only).

Ok for mainline and branch?  (I'd call this nearly obvious)

Thanks,
Richard.

:ADDPATCH middle-end:

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

Index: params.def
===================================================================
*** params.def	(revision 113297)
--- params.def	(working copy)
*************** DEFPARAM(PARAM_MAX_CSE_PATH_LENGTH,
*** 384,390 ****
  	 "The maximum length of path considered in cse",
  	 10, 0, 0)
  DEFPARAM(PARAM_MAX_CSE_INSNS,
! 	 "max-flow-memory-locations",
  	 "The maximum instructions CSE process before flushing",
  	 1000, 0, 0)
  
--- 384,390 ----
  	 "The maximum length of path considered in cse",
  	 10, 0, 0)
  DEFPARAM(PARAM_MAX_CSE_INSNS,
! 	 "max-cse-insns",
  	 "The maximum instructions CSE process before flushing",
  	 1000, 0, 0)
  



More information about the Gcc-patches mailing list