From fc93bcb6d545c44a48fb4928cebfac56390ac2bd Mon Sep 17 00:00:00 2001 From: Fernando Pereira Date: Mon, 7 Jul 2008 20:17:37 +0000 Subject: tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_graph. 2008-07-07 Fernando Pereira * 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/tree-dump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/tree-dump.c') diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index b7363c377c0..7cc0285ff48 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -814,6 +814,7 @@ static const struct dump_option_value_info dump_options[] = {"address", TDF_ADDRESS}, {"slim", TDF_SLIM}, {"raw", TDF_RAW}, + {"graph", TDF_GRAPH}, {"details", TDF_DETAILS}, {"stats", TDF_STATS}, {"blocks", TDF_BLOCKS}, -- cgit v1.2.1