basic-block.h (struct edge_def): Add goto_locus.
authorRichard Henderson <rth@redhat.com>
Wed, 9 Jun 2004 17:00:30 +0000 (10:00 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 9 Jun 2004 17:00:30 +0000 (10:00 -0700)
commit62b857eabfaedc1e5f9c824d0d508ac4a6005d9b
tree3bd1558b7817ffa9d7cbc42664788157968cb92b
parent93a9f7d6c63e39974dd0f77ba42af58f71671ad3
basic-block.h (struct edge_def): Add goto_locus.

        * basic-block.h (struct edge_def): Add goto_locus.
        * tree-cfg.c (make_goto_expr_edges): Set it.
        (disband_implicit_edges): Use it.
        * tree-pretty-print.c (dump_implicit_edges): Print it.

From-SVN: r82842
gcc/ChangeLog
gcc/basic-block.h
gcc/tree-cfg.c
gcc/tree-pretty-print.c