(i386_return_pops_args): Don't test for IDENTIFIER_NODE.

From-SVN: r13276
This commit is contained in:
Richard Kenner 1996-12-11 08:58:29 -05:00
parent 334c4f0f01
commit 3a24ee1742

View File

@ -489,9 +489,6 @@ i386_return_pops_args (fundecl, funtype, size)
{
int rtd = TARGET_RTD;
if (TREE_CODE (funtype) == IDENTIFIER_NODE)
return 0;
/* Cdecl functions override -mrtd, and never pop the stack */
if (!lookup_attribute ("cdecl", TYPE_ATTRIBUTES (funtype))) {