tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_graph.
authorFernando Pereira <fernando@cs.ucla.edu>
Mon, 7 Jul 2008 20:17:37 +0000 (20:17 +0000)
committerFernando Pereira <pronesto@gcc.gnu.org>
Mon, 7 Jul 2008 20:17:37 +0000 (20:17 +0000)
commitfc93bcb6d545c44a48fb4928cebfac56390ac2bd
tree073ccbe13e2ce1f1b8f2e8899ef8e3376ed18d7e
parent2769621878cf8b7559e702707f3e2d840ac7968e
tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_graph.

2008-07-07  Fernando Pereira <fernando@cs.ucla.edu>

        * tree-ssa-structalias.c (compute_points_to_sets): Add call to
        dump_constraint_graph.
        (dump_constraint_edge): New function.
        (dump_constraint_graph): New function.
        (debug_constraint_graph): New function.
        (dump_constraint): Removed useless comparison.
        * tree-ssa-structalias.h (dump_constraint_edge): Declare.
        (dump_constraint_graph): Declare.
        (debug_constraint_graph): Declare.
        * tree-dump.c (struct dump_option_value_info): Declare
        TDF_GRAPH.

From-SVN: r137597
gcc/ChangeLog
gcc/tree-dump.c
gcc/tree-ssa-structalias.c
gcc/tree-ssa-structalias.h