diff options
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r-- | gcc/reg-notes.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def index 8c8a99a..d103afe 100644 --- a/gcc/reg-notes.def +++ b/gcc/reg-notes.def @@ -92,6 +92,7 @@ REG_NOTE (LABEL_OPERAND) respectively. */ REG_NOTE (DEP_OUTPUT) REG_NOTE (DEP_ANTI) +REG_NOTE (DEP_CONTROL) /* REG_BR_PROB is attached to JUMP_INSNs and CALL_INSNs. It has an integer value. For jumps, it is the probability that this is a |