rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.
authorDavid S. Miller <davem@redhat.com>
Fri, 10 May 2002 20:13:02 +0000 (13:13 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Fri, 10 May 2002 20:13:02 +0000 (13:13 -0700)
commit7440af146e17a8ba291f11da9a94c1da28380f00
treec9357a1185ad9ae5063e1437cad0b8c9c0177ffc
parent6c45cb0da4af9804a455bc701cbe7a87eec98990
rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.

2002-05-10  David S. Miller  <davem@redhat.com>

* rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.
(struct rtx_def): Update unchanging flag comment.
* doc/rtl.texi (INSN_ANNULLED_BRANCH_P): Update description.
* reorg.c (delete_from_delay_list): INSN_ANNULLED_BRANCH_P needs
to be handled to INSN too.
(dbr_schedule): Likewise.
* resource.c (next_insn_no_annul): Likewise.

From-SVN: r53370
gcc/ChangeLog
gcc/doc/rtl.texi
gcc/reorg.c
gcc/resource.c
gcc/rtl.h