Why only rtl? Minor suggestion: use ir or il may be more intuitive: -fdump-rtl-all-ir
thanks, David On Wed, Apr 18, 2012 at 9:35 AM, Andrew Stubbs <a...@codesourcery.com> wrote: > This patch scratches an itch I've had for a while. > > Basically it just reduces all tree and RTL dumps to just the function dump. > This means that the files are easier to diff. > > This can still be combined with the other options of course: > e.g. -fdump-rtl-all-quiet-slim is quite nice. > > Obviously, most of the passes do dumps by calling fprintf directly, and I > don't want to edit each and every case, so I've implemented this by setting > dump_file=NULL in execute_one_pass. > > OK to commit? > > Andrew