aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-17 18:37:25 +0000
committerRichard Henderson <rth@redhat.com>2001-03-17 18:37:25 +0000
commitb83b037edd4f24c6c132d0cee876c35370b6aaa9 (patch)
treedaf230a555971819896de93fc75fed34b21916d3 /gcc/integrate.h
parentfb554102968012ead688329b9826b503f19316fd (diff)
* integrate.h (struct inline_remap): Add local_return_label.
* integrate.c (expand_inline_function): Initialize it and emit it after copy_insn_notes. (copy_insn_list): Don't store local_return_label here. (copy_insn_notes): New function split out from copy_insn_list. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@40581 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r--gcc/integrate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h
index 51fced4d87e..14606a6c1b6 100644
--- a/gcc/integrate.h
+++ b/gcc/integrate.h
@@ -93,6 +93,9 @@ struct inline_remap
/* Likewise, this is the copied constraints vector. */
rtvec copy_asm_constraints_vector;
+ /* Target of a return insn, if needed and inlining. */
+ rtx local_return_label;
+
/* Indications for regs being pointers and their alignment. */
unsigned char *regno_pointer_align;
rtx *x_regno_reg_rtx;