aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/insn-notes.def14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def
index c4b477f..9f942bb 100644
--- a/gcc/insn-notes.def
+++ b/gcc/insn-notes.def
@@ -43,10 +43,6 @@ INSN_NOTE (DELETED_LABEL)
INSN_NOTE (BLOCK_BEG)
INSN_NOTE (BLOCK_END)
-/* These mark the extremes of a loop. */
-INSN_NOTE (LOOP_BEG)
-INSN_NOTE (LOOP_END)
-
/* This note indicates the start of the real body of the function,
i.e. the point just after all of the parms have been moved into
their homes, etc. */
@@ -70,19 +66,9 @@ INSN_NOTE (EPILOGUE_BEG)
INSN_NOTE (EH_REGION_BEG)
INSN_NOTE (EH_REGION_END)
-/* Generated whenever a duplicate line number note is output.
- For example, one is output after the end of an inline function,
- in order to prevent the line containing the inline call from
- being counted twice in gcov. */
-INSN_NOTE (REPEATED_LINE_NUMBER)
-
/* The location of a variable. */
INSN_NOTE (VAR_LOCATION)
-/* Record the expected value of a register at a location. Uses
- NOTE_EXPECTED_VALUE; stored as (eq (reg) (const_int)). */
-INSN_NOTE (EXPECTED_VALUE)
-
/* Record the struct for the following basic block. Uses
NOTE_BASIC_BLOCK. FIXME: Redundant with the basic block pointer
now included in every insn. */