(i386_return_pops_args): Don't test for IDENTIFIER_NODE.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 11 Dec 1996 13:58:29 +0000 (08:58 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 11 Dec 1996 13:58:29 +0000 (08:58 -0500)
From-SVN: r13276

gcc/config/i386/i386.c

index 975915fe41856b43fcf51f3ee6bf8f281cef0910..e069cb495254dd2b6706049796e5957ab9568628 100644 (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))) {