(struct inline_remap): Add integrating field.

From-SVN: r4454
This commit is contained in:
Jim Wilson 1993-05-14 10:22:55 -07:00
parent a70f7bb27e
commit 11d1f67370
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
struct inline_remap
{
/* True if we are doing function integration, false otherwise.
Used to control whether RTX_UNCHANGING bits are copied by
copy_rtx_and_substitute. */
int integrating;
/* Definition of function be inlined. */
union tree_node *fndecl;
/* Place to put insns needed at start of function. */