diff options
author | YamaArashi <shadow962@live.com> | 2016-02-11 00:43:28 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-11 00:43:28 -0800 |
commit | 23e2a17097740709d4466a802e03992116b12900 (patch) | |
tree | 0c28d207942a6319e69dad1ae54152307b392dda /gcc/combine.c | |
parent | cea2793f5e39d74bc92a5129af95504c4b23335d (diff) |
remove profiling
Diffstat (limited to 'gcc/combine.c')
-rwxr-xr-x | gcc/combine.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index ea7859b..3fd6fe9 100755 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -11531,14 +11531,6 @@ distribute_notes (notes, from_insn, i3, i2, elim_i2, elim_i1) next_note = XEXP (note, 1); switch (REG_NOTE_KIND (note)) { - case REG_BR_PROB: - case REG_EXEC_COUNT: - /* Doesn't matter much where we put this, as long as it's somewhere. - It is preferable to keep these notes on branches, which is most - likely to be i3. */ - place = i3; - break; - case REG_EH_REGION: /* This note must remain with the call. It should not be possible for both I2 and I3 to be a call. */ |