mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 02:14:55 +08:00
(i386_return_pops_args): Don't test for IDENTIFIER_NODE.
From-SVN: r13276
This commit is contained in:
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))) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user