mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 18:55:36 +08:00
decl.c (store_parm_decls): Remove redundant call to expand_main_function.
* decl.c (store_parm_decls): Remove redundant call to expand_main_function. From-SVN: r20067
This commit is contained in:
parent
a9afaadb7b
commit
a8f3f283e0
@ -1,3 +1,8 @@
|
||||
1998-05-26 Mark Mitchell <mark@markmitchell.com>
|
||||
|
||||
* decl.c (store_parm_decls): Remove redundant call to
|
||||
expand_main_function.
|
||||
|
||||
1998-05-26 Benjamin Kosnik <bkoz@loony.cygnus.com>
|
||||
|
||||
* decl.c (start_decl): Check for DECL_LANG_SPECIFIC before
|
||||
|
@ -12121,9 +12121,6 @@ store_parm_decls ()
|
||||
to run global initializers, etc. */
|
||||
if (DECL_MAIN_P (fndecl))
|
||||
expand_main_function ();
|
||||
{
|
||||
expand_main_function ();
|
||||
}
|
||||
|
||||
/* Now that we have initialized the parms, we can start their
|
||||
cleanups. We cannot do this before, since expand_decl_cleanup
|
||||
|
Loading…
Reference in New Issue
Block a user