OSDN Git Service

* tree-optimize.c (tree_rest_of_compilation): Do not release
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 2004 16:33:07 +0000 (16:33 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 2004 16:33:07 +0000 (16:33 +0000)
DECL_ARGUMENTS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77711 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-optimize.c

index f036949..6ed2399 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-12  Jan Hubicka  <jh@suse.cz>
+
+       * tree-optimize.c (tree_rest_of_compilation): Do not release
+       DECL_ARGUMENTS.
+
 2004-02-11  Matt Kraai  <kraai@alumni.cmu.edu>
 
        * doc/install.texi: Fix the spelling of "explicitly".
index b60d2f3..9df5adb 100644 (file)
@@ -218,8 +218,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p)
             If rest_of_compilation set this to 0, leave it 0.  */
          if (DECL_INITIAL (fndecl) != 0)
            DECL_INITIAL (fndecl) = error_mark_node;
-
-         DECL_ARGUMENTS (fndecl) = 0;
        }
     }