diff options
Diffstat (limited to 'gcc/c-gimplify.c')
-rw-r--r-- | gcc/c-gimplify.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c index 6595fc8..e50050c 100644 --- a/gcc/c-gimplify.c +++ b/gcc/c-gimplify.c @@ -103,14 +103,7 @@ c_genericize (tree fndecl) dump_end (TDI_original, dump_orig); } - /* Go ahead and gimplify for now. */ - gimplify_function_tree (fndecl); - - dump_function (TDI_generic, fndecl); - - /* Genericize all nested functions now. We do things in this order so - that items like VLA sizes are expanded properly in the context of - the correct function. */ + /* Dump all nested functions now. */ cgn = cgraph_node (fndecl); for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested) c_genericize (cgn->decl); |