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 eaa7b980da7..63988f20b08 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -398,6 +398,9 @@ struct function GTY(())
final flowgraph size. */
int max_jumptable_ents;
+ /* APPLE LOCAL sibcall 3007352 */
+ int unrounded_args_size;
+
/* UIDs for LABEL_DECLs. */
int last_label_uid;