]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/flags.h
Ulrich Drepper <drepper@cygnus.com>
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 16:41:12 +0000 (16:41 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 16:41:12 +0000 (16:41 +0000)
commit3eaf50a4c7db88c2168171d9d804f64d5bed13d5
tree3f85798dacd6012a8cc02dc68f10cb4cc26f1b8f
parent8be93a1c4ec38a588aa34164f0f5c4bea75f1906
Ulrich Drepper  <drepper@cygnus.com>
        * Makefile.in (OBJS): Add graph.o
        (graph.o): New dependency list.
        * flags.h: Declare dump_for_graph and define graph_dump_types type.
        * print-rtl.c (dump_for_graph): Define new variable.
        (print_rtx): Rewrite to allow use in graph dumping functions.
        * toplev.c: Declare print_rtl_graph_with_bb, clean_graph_dump_file,
        finish_graph_dump_file.
        Define graph_dump_format.
        (compile_file): If graph dumping is enabled also clear these files.
        Finish graph dump files.
        (rest_of_compilation): Also dump graph information if enabled.
        (main): Recognize -dv to enabled VCG based graph dumping.
        * graph.c: New file.  Graph dumping functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23813 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/flags.h
gcc/graph.c [new file with mode: 0644]
gcc/print-rtl.c
gcc/toplev.c