2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-13 16:41:19 +08:00

(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

@ -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))) {