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: [tree-ssa-branch] dump-tree-pre option


On Wed, 17 Jul 2002, Ben Elliston wrote:

> Okay to commit?
> 
> 2002-07-17  Ben Elliston  <bje@redhat.com>
> 
>         * tree-dump.c (dump_files): Rename "dump-tree-ssapre" option to
>         just "dump-tree-pre".  Rename dump file correspondingly.

The reason i called it ssapre, is because the term "pre" is confusing if 
it's not in all capitals (IE pre-what?)

Also note that using "pre" rather than "ssapre" will mean that any new 
dump that starts with "pre" will have to be before it in the list, because 
of how the dump option parsing works.


> 
> *** tree-dump.c 10 Jul 2002 22:05:14 -0000      1.6.2.2
> --- tree-dump.c 17 Jul 2002 15:52:59 -0000
> *************** static struct dump_file_info dump_files[
> *** 809,815 ****
>     {".inlined", "dump-tree-inlined", 0, 0},
>     {".cfg", "dump-tree-cfg", 0, 0},
>     {".dot", "dump-tree-dot", 0, 0},
> !   {".ssapre", "dump-tree-ssapre", 0, 0},
>     {".ccp", "dump-tree-ccp", 0, 0},
>     {".ssa", "dump-tree-ssa", 0, 0},
>     {".simple", "dump-tree-simple", 0, 0},
> --- 809,815 ----
>     {".inlined", "dump-tree-inlined", 0, 0},
>     {".cfg", "dump-tree-cfg", 0, 0},
>     {".dot", "dump-tree-dot", 0, 0},
> !   {".pre", "dump-tree-pre", 0, 0},
>     {".ccp", "dump-tree-ccp", 0, 0},
>     {".ssa", "dump-tree-ssa", 0, 0},
>     {".simple", "dump-tree-simple", 0, 0},
> 
> 


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