Commit 04aa3b9c by Richard Kenner

(struct function): New field returns_pointer.

From-SVN: r11813
parent 1651bdfe
/* Structure for saving state for a nested function. /* Structure for saving state for a nested function.
Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 1989, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -70,6 +70,7 @@ struct function ...@@ -70,6 +70,7 @@ struct function
int pops_args; int pops_args;
int returns_struct; int returns_struct;
int returns_pcc_struct; int returns_pcc_struct;
int returns_pointer;
int needs_context; int needs_context;
int calls_setjmp; int calls_setjmp;
int calls_longjmp; int calls_longjmp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment