diff options
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r-- | gcc/reg-notes.def | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def index f82e7b741a0..329cd6799d5 100644 --- a/gcc/reg-notes.def +++ b/gcc/reg-notes.def @@ -99,11 +99,6 @@ REG_NOTE (DEP_ANTI) won't return. */ REG_NOTE (BR_PROB) -/* REG_VALUE_PROFILE is attached when the profile is read in to an - insn before that the code to profile the value is inserted. It - contains the results of profiling. */ -REG_NOTE (VALUE_PROFILE) - /* Attached to a call insn; indicates that the call is malloc-like and that the pointer returned cannot alias anything else. */ REG_NOTE (NOALIAS) |