summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-08 08:57:50 +0000
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-08 08:57:50 +0000
commit6167e851bf594111577537309b5d7ef2909cc5bd (patch)
tree269318fd2635157cff1bc621d3c3afc0f579cbaa /gcc/cgraphunit.c
parentf48e5cbc9937ab3faa3a5ee41738d6f3c095646e (diff)
downloadgcc-6167e851bf594111577537309b5d7ef2909cc5bd.tar.gz
Don't dump low gimple functions in gimple dump
2015-06-08 Tom de Vries <tom@codesourcery.com> PR tree-optimization/66436 * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple dump file. * gimplify.c: Add tree-dump.h include. (gimplify_function_tree): Dump function to gimple dump file. * stor-layout.c (finalize_size_functions): Don't dump function to gimple dump file. * gcc.dg/gomp/dump-new-function-2.c: New test. * gcc.dg/gomp/dump-new-function-3.c: Same. * gcc.dg/gomp/dump-new-function.c: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224210 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 6a1f0c1dd2f..c1da9880d73 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -652,7 +652,6 @@ cgraph_node::analyze (void)
body. */
if (!gimple_has_body_p (decl))
gimplify_function_tree (decl);
- dump_function (TDI_generic, decl);
/* Lower the function. */
if (!lowered)