aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index eb4abf0..c0df03c 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -158,6 +158,9 @@ struct function
/* For md files. */
int uses_pic_offset_table;
+
+ /* For reorg. */
+ rtx epilogue_delay_list;
};
/* The FUNCTION_DECL for an inline function currently being expanded. */