aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authordavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-10 20:19:28 +0000
committerdavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-10 20:19:28 +0000
commitec4791a89f84c93ce2d6e9e79be5d3dc914c418e (patch)
tree990abf2bd5055e468e31a7d5b9295af93036e6b7 /gcc/cgraphunit.c
parent8c1fce46fc02e43e82b05f49894690133a1bcdcf (diff)
re checking -fdump-passes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 1e3aa0ddf19..dd247eb231d 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -1106,6 +1106,9 @@ cgraph_finalize_compilation_unit (void)
fflush (stderr);
}
+ if (flag_dump_passes)
+ dump_passes ();
+
/* Gimplify and lower all functions, compute reachability and
remove unreachable nodes. */
cgraph_analyze_functions ();