Commit 3a24ee17 by Richard Kenner

(i386_return_pops_args): Don't test for IDENTIFIER_NODE.

From-SVN: r13276
parent 334c4f0f
...@@ -489,9 +489,6 @@ i386_return_pops_args (fundecl, funtype, size) ...@@ -489,9 +489,6 @@ i386_return_pops_args (fundecl, funtype, size)
{ {
int rtd = TARGET_RTD; int rtd = TARGET_RTD;
if (TREE_CODE (funtype) == IDENTIFIER_NODE)
return 0;
/* Cdecl functions override -mrtd, and never pop the stack */ /* Cdecl functions override -mrtd, and never pop the stack */
if (!lookup_attribute ("cdecl", TYPE_ATTRIBUTES (funtype))) { if (!lookup_attribute ("cdecl", TYPE_ATTRIBUTES (funtype))) {
......
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