(init_function_start): Use

POINTER_TYPE_P rather than checking the type against POINTER_TYPE
        (to include references).

From-SVN: r8458
This commit is contained in:
Jason Merrill 1994-11-16 00:45:41 +00:00
parent 2df330f4d2
commit 8eda074c87
1 changed files with 1 additions and 1 deletions

View File

@ -4761,7 +4761,7 @@ init_function_start (subr, filename, line)
warning ("function returns an aggregate");
current_function_returns_pointer
= (TREE_CODE (TREE_TYPE (DECL_RESULT (subr))) == POINTER_TYPE);
= POINTER_TYPE_P (TREE_TYPE (DECL_RESULT (subr)));
/* Indicate that we need to distinguish between the return value of the
present function and the return value of a function being called. */