This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[rtlopt] Fix typo in comment


Hi,

Index: ChangeLog.rtlopt
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/ChangeLog.rtlopt,v
retrieving revision 1.1.2.6
diff -c -3 -p -r1.1.2.6 ChangeLog.rtlopt
*** ChangeLog.rtlopt	19 Oct 2002 16:58:07 -0000	1.1.2.6
--- ChangeLog.rtlopt	20 Oct 2002 07:26:47 -0000
***************
*** 1,3 ****
--- 1,8 ----
+ 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+ 
+ 	* params.def (PARAM_MAX_COMPLETELY_PEEL_TIMES): Fix spelling typo
+ 	in comment.
+ 
  2002-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
  
  	* loop-unroll.c (unroll_or_peel_loop): Modify loop peeling decision.
Index: params.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/params.def,v
retrieving revision 1.15.6.3
diff -c -3 -p -r1.15.6.3 params.def
*** params.def	19 Oct 2002 16:58:07 -0000	1.15.6.3
--- params.def	20 Oct 2002 07:26:48 -0000
*************** DEFPARAM(PARAM_MAX_COMPLETELY_PEELED_INS
*** 170,176 ****
  	"max-completely-peeled-insns",
  	"The maximum number of insns of a completely peeled loop",
  	100)
! /* The maximum number of peelings of a single loop that is peelled completely.  */
  DEFPARAM(PARAM_MAX_COMPLETELY_PEEL_TIMES,
  	"max-completely-peel-times",
  	"The maximum number of peelings of a single loop that is peeled completely",
--- 170,176 ----
  	"max-completely-peeled-insns",
  	"The maximum number of insns of a completely peeled loop",
  	100)
! /* The maximum number of peelings of a single loop that is peeled completely.  */
  DEFPARAM(PARAM_MAX_COMPLETELY_PEEL_TIMES,
  	"max-completely-peel-times",
  	"The maximum number of peelings of a single loop that is peeled completely",


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]