summaryrefslogtreecommitdiff
path: root/gcc/reg-notes.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r--gcc/reg-notes.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def
index eccac9e9d70..8c8a99a225b 100644
--- a/gcc/reg-notes.def
+++ b/gcc/reg-notes.def
@@ -201,3 +201,8 @@ REG_NOTE (CROSSING_JUMP)
/* This kind of note is generated at each to `setjmp', and similar
functions that can return twice. */
REG_NOTE (SETJMP)
+
+/* Indicates the cumulative offset of the stack pointer accounting
+ for pushed arguments. This will only be generated when
+ ACCUMULATE_OUTGOING_ARGS is false. */
+REG_NOTE (ARGS_SIZE)