aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-optimize.c')
-rw-r--r--gcc/tree-optimize.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c
index ee03a98..0061847 100644
--- a/gcc/tree-optimize.c
+++ b/gcc/tree-optimize.c
@@ -582,10 +582,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p)
if (nested_p)
ggc_push_context ();
- /* There's no need to defer outputting this function any more; we
- know we want to output it. */
- DECL_DEFER_OUTPUT (fndecl) = 0;
-
/* Run the optimizers and output the assembler code for this function. */
rest_of_compilation (fndecl);