diff options
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r-- | gcc/reg-notes.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def index e196b12a2b3..10d558401bb 100644 --- a/gcc/reg-notes.def +++ b/gcc/reg-notes.def @@ -99,8 +99,8 @@ REG_NOTE (LABEL) /* REG_DEP_ANTI and REG_DEP_OUTPUT are used in LOG_LINKS to represent write-after-read and write-after-write dependencies respectively. */ -REG_NOTE (DEP_ANTI) REG_NOTE (DEP_OUTPUT) +REG_NOTE (DEP_ANTI) /* 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 |