* tree-optimize.c (tree_rest_of_compilation): Fix warning.
authorJan Hubicka <jh@suse.cz>
Sun, 9 Nov 2003 03:06:21 +0000 (04:06 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 9 Nov 2003 03:06:21 +0000 (03:06 +0000)
From-SVN: r73385

gcc/ChangeLog
gcc/tree-optimize.c

index 16f6c62a6687a395057c610f444a72c53de9823f..1bf0bf75b5ba1834735a1386870505c8fdba763d 100644 (file)
@@ -1,5 +1,7 @@
 2003-11-09  Jan Hubicka  <jh@suse.cz>
 
+       * tree-optimize.c (tree_rest_of_compilation): Fix warning.
+
        * cgraphunit.c (cgraph_expand_function): Use
        cgraph_possibly_inlined_p.
        * tree-optimize.c (tree_rest_of_compilation): Do not kill saved tree.
index c61d34812c5dd17567cc8ae0286281ddeab9eb3e..f1957ab20e7c8713ebe96c677bd7d9d802e15a84 100644 (file)
@@ -195,14 +195,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p)
        }
     }
 
-  /* ??? Looks like some of this could be combined.  */
-
-  /* If possible, obliterate the body of the function so that it can
-     be garbage collected.  */
-  if (dump_enabled_p (TDI_all))
-    /* Keep the body; we're going to dump it.  */
-    ;
-
   /* 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
      the instructions in the function from the CODE_LABEL stored in the