Commit 1b2202b8 by Jim Wilson

(mips_expand_prologue): In initialization of fnargs, delete

special treatment of METHOD_TYPE.

From-SVN: r11584
parent 304b7a23
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment