mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 05:20:25 +08:00
(mips_expand_prologue): In initialization of fnargs, delete
special treatment of METHOD_TYPE. From-SVN: r11584
This commit is contained in:
parent
304b7a23a0
commit
1b2202b86d
@ -4904,9 +4904,7 @@ mips_expand_prologue ()
|
||||
char *arg_name = (char *)0;
|
||||
tree fndecl = current_function_decl;
|
||||
tree fntype = TREE_TYPE (fndecl);
|
||||
tree fnargs = (TREE_CODE (fntype) != METHOD_TYPE)
|
||||
? DECL_ARGUMENTS (fndecl)
|
||||
: 0;
|
||||
tree fnargs = DECL_ARGUMENTS (fndecl);
|
||||
rtx next_arg_reg;
|
||||
int i;
|
||||
tree next_arg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user