diff options
Diffstat (limited to 'gcc/tree-optimize.c')
-rw-r--r-- | gcc/tree-optimize.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c index e6049cb..c61d348 100644 --- a/gcc/tree-optimize.c +++ b/gcc/tree-optimize.c @@ -202,13 +202,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p) if (dump_enabled_p (TDI_all)) /* Keep the body; we're going to dump it. */ ; - else if (DECL_INLINE (fndecl) && flag_inline_trees) - /* We might need the body of this function so that we can expand - it inline somewhere else. */ - ; - else - /* We don't need the body; blow it away. */ - DECL_SAVED_TREE (fndecl) = NULL; /* Since we don't need the RTL for this function anymore, stop pointing to it. That's especially important for LABEL_DECLs, since you can reach all |