summaryrefslogtreecommitdiff
path: root/gcc/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sched.c')
-rwxr-xr-xgcc/sched.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/sched.c b/gcc/sched.c
index a8bcaf7..27a5096 100755
--- a/gcc/sched.c
+++ b/gcc/sched.c
@@ -3906,12 +3906,6 @@ update_flow_info (notes, first, last, orig_insn)
XEXP (note, 0) = first;
break;
- case REG_EXEC_COUNT:
- /* Move a REG_EXEC_COUNT note to the first insn created. */
- XEXP (note, 1) = REG_NOTES (first);
- REG_NOTES (first) = note;
- break;
-
case REG_RETVAL:
/* Move a REG_RETVAL note to the last insn created, and update
the corresponding REG_LIBCALL note. */
@@ -3925,7 +3919,6 @@ update_flow_info (notes, first, last, orig_insn)
break;
case REG_NONNEG:
- case REG_BR_PROB:
/* This should be moved to whichever instruction is a JUMP_INSN. */
for (insn = last; ; insn = PREV_INSN (insn))