Re: [PATCH] Split out SCEV dumping

2011-06-29 Thread Sebastian Pop
On Wed, Jun 29, 2011 at 09:27, Richard Guenther wrote: > > I'm finally annoyed enough about this to do the patch splitting out > SCEV details dumping to a TDF_SCEV (-scev) flag. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Looks very good. Thanks for this cleanup.

[PATCH] Split out SCEV dumping

2011-06-29 Thread Richard Guenther
I'm finally annoyed enough about this to do the patch splitting out SCEV details dumping to a TDF_SCEV (-scev) flag. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2011-06-29 Richard Guenther * doc/invoke.texi: Document -scev dump modifier. *