summaryrefslogtreecommitdiff
path: root/gcc/integrate.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1993-05-14 17:22:55 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1993-05-14 17:22:55 +0000
commitab82fcf6f5678d2946e3c980c013756740cc16fa (patch)
tree55f583ed61fe787107344c59ccbb3496244c2082 /gcc/integrate.h
parent7be6974776a1abc44e498322e4eabddf187963b3 (diff)
downloadgcc-ab82fcf6f5678d2946e3c980c013756740cc16fa.tar.gz
(struct inline_remap): Add integrating field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4454 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r--gcc/integrate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h
index 0f59ba255df..5e776dd3a90 100644
--- a/gcc/integrate.h
+++ b/gcc/integrate.h
@@ -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. */