From: Richard Kenner Date: Wed, 11 Dec 1996 13:58:29 +0000 (-0500) Subject: (i386_return_pops_args): Don't test for IDENTIFIER_NODE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a24ee17420c5f774104ff1c1c7c931a566cde05;p=gcc.git (i386_return_pops_args): Don't test for IDENTIFIER_NODE. From-SVN: r13276 --- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 975915fe418..e069cb49525 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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))) {