(mips_expand_prologue): In initialization of fnargs, delete

special treatment of METHOD_TYPE.

From-SVN: r11584
This commit is contained in:
Jim Wilson 1996-03-20 14:20:11 -08:00
parent 304b7a23a0
commit 1b2202b86d

View File

@ -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;