summaryrefslogtreecommitdiff
path: root/gcc/sched.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-11 00:43:28 -0800
committerYamaArashi <shadow962@live.com>2016-02-11 00:43:28 -0800
commit23e2a17097740709d4466a802e03992116b12900 (patch)
tree0c28d207942a6319e69dad1ae54152307b392dda /gcc/sched.c
parentcea2793f5e39d74bc92a5129af95504c4b23335d (diff)
remove profiling
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))