From 8fa083166991fbaf31f8e81cfbc388d39792bccf Mon Sep 17 00:00:00 2001 From: Josef Zlomek Date: Thu, 20 Feb 2003 09:54:48 +0100 Subject: 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 --- gcc/doc/rtl.texi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/doc/rtl.texi') diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 7e696fa..b7b5b30 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -3283,12 +3283,6 @@ are stored in the @code{REG_NOTES} field of an insn as an @code{expr_list}. @table @code -@findex REG_EXEC_COUNT -@item REG_EXEC_COUNT -This is used to indicate the number of times a basic block was executed -according to the profile data. The note is attached to the first insn in -the basic block. - @findex REG_BR_PROB @item REG_BR_PROB This is used to specify the ratio of branches to non-branches of a -- cgit v1.1