aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorJosef Zlomek <zlomekj@suse.cz>2003-02-20 09:54:48 +0100
committerJosef Zlomek <zlomek@gcc.gnu.org>2003-02-20 08:54:48 +0000
commit8fa083166991fbaf31f8e81cfbc388d39792bccf (patch)
treea41aef30734da10c3392aed6a5bc96f3ce5c177b /gcc/combine.c
parentc8717368a7aab2e7ba392a9ff6863ab5da1e2a76 (diff)
downloadgcc-8fa083166991fbaf31f8e81cfbc388d39792bccf.zip
gcc-8fa083166991fbaf31f8e81cfbc388d39792bccf.tar.gz
gcc-8fa083166991fbaf31f8e81cfbc388d39792bccf.tar.bz2
combine.c (distribute_notes): Kill REG_EXEC_COUNT.
* combine.c (distribute_notes): Kill REG_EXEC_COUNT. * rtl.c (reg_note_name): Likewise. * rtl.h (enum reg_note): Likewise. * doc/invoke.texi: Likewise. * doc/rtl.texi: Likewise. From-SVN: r63157
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index 8f12656..ce4d3aa 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -12583,7 +12583,6 @@ distribute_notes (notes, from_insn, i3, i2, elim_i2, elim_i1)
{
case REG_BR_PROB:
case REG_BR_PRED:
- 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. */