diff options
Diffstat (limited to 'gcc/tree-optimize.c')
-rw-r--r-- | gcc/tree-optimize.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c index b60d2f3..9df5adb 100644 --- a/gcc/tree-optimize.c +++ b/gcc/tree-optimize.c @@ -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; } } |