Ulrich Drepper <drepper@cygnus.com>
authorUlrich Drepper <drepper@cygnus.com>
Mon, 23 Nov 1998 16:41:12 +0000 (16:41 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 23 Nov 1998 16:41:12 +0000 (08:41 -0800)
commit735a0e33561ffa94ba09d93322c374e665bcfb42
tree3f85798dacd6012a8cc02dc68f10cb4cc26f1b8f
parenta05e22b8146978b60f0a43cecaa3756fc7f81793
Ulrich Drepper <drepper@cygnus.com>

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.

From-SVN: r23813
gcc/ChangeLog
gcc/Makefile.in
gcc/flags.h
gcc/graph.c [new file with mode: 0644]
gcc/print-rtl.c
gcc/toplev.c