diff options
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r-- | gcc/reg-notes.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def index f9caa247f2c..76f3f452186 100644 --- a/gcc/reg-notes.def +++ b/gcc/reg-notes.def @@ -239,3 +239,6 @@ REG_NOTE (CALL_DECL) when a called function has a 'notrack' attribute. This note is used by the compiler when the option -fcf-protection=branch is specified. */ REG_NOTE (CALL_NOCF_CHECK) + +/* The values passed to callee, for debuginfo purposes. */ +REG_NOTE (CALL_ARG_LOCATION) |