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]

Re: [PATCH] fix SSA passes documentation


You wrote:
> Eh, that's not right, why did you delete "option.  "?

Because I had one of my incredible braindead moments again?

Again:

Tue Dec 31  Steven Bosscher  <s.bosscher@student.tudelft.nl>
	* doc/passes.texi: Fix documentation for -fssa-ccp

Index: passes.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/passes.texi,v
retrieving revision 1.12
diff -c -r1.12 passes.texi
*** passes.texi	17 Dec 2002 16:47:45 -0000	1.12
--- passes.texi	31 Dec 2002 15:36:11 -0000
***************
*** 286,292 ****
  @opindex fssa-ccp
  @item
  SSA Conditional Constant Propagation.  Turned on by the @option{-fssa-ccp}
- SSA Aggressive Dead Code Elimination.  Turned on by the @option{-fssa-dce}
  option.  This pass performs conditional constant propagation to simplify
  instructions including conditional branches.  This pass is more aggressive
  than the constant propagation done by the CSE and GCSE pases, but operates
--- 286,291 ----


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