diff options
author | zlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-20 08:54:48 +0000 |
---|---|---|
committer | zlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-20 08:54:48 +0000 |
commit | 082372f14d037950cdc5cc524db86f517cfb8fc6 (patch) | |
tree | a41aef30734da10c3392aed6a5bc96f3ce5c177b /gcc/rtl.h | |
parent | 3ff6ad351515e2b8a0b58f9370a55d5799e31452 (diff) | |
download | gcc-082372f14d037950cdc5cc524db86f517cfb8fc6.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63157 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 7758a92f724..680550a6520 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -688,11 +688,6 @@ enum reg_note return. */ REG_BR_PROB, - /* REG_EXEC_COUNT is attached to the first insn of each basic block, and - the first insn after each CALL_INSN. It indicates how many times this - block was executed. */ - REG_EXEC_COUNT, - /* Attached to a call insn; indicates that the call is malloc-like and that the pointer returned cannot alias anything else. */ REG_NOALIAS, |