diff options
Diffstat (limited to 'gcc/insn-notes.def')
-rw-r--r-- | gcc/insn-notes.def | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def index 44dbb20d525..95712053c41 100644 --- a/gcc/insn-notes.def +++ b/gcc/insn-notes.def @@ -47,11 +47,6 @@ INSN_NOTE (BLOCK_END) INSN_NOTE (LOOP_BEG) INSN_NOTE (LOOP_END) -/* Generated at the place in a loop that `continue' jumps to. */ -INSN_NOTE (LOOP_CONT) -/* Generated at the start of a duplicated exit test. */ -INSN_NOTE (LOOP_VTOP) - /* 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. */ |