rtl.h (struct rtx_def): Document unchanging and in_struct flags more accurately.
authorDavid S. Miller <davem@redhat.com>
Fri, 10 May 2002 12:50:11 +0000 (05:50 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Fri, 10 May 2002 12:50:11 +0000 (05:50 -0700)
commitcf40ea15f61a4535859ca50195eb58a63e3de1ba
treeb339206e3fbe7651c9692cd72f387b4671880f3f
parent1a499b9250dfd05a03485d281e873b437d67bc9e
rtl.h (struct rtx_def): Document unchanging and in_struct flags more accurately.

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

* rtl.h (struct rtx_def): Document unchanging and in_struct flags
more accurately.
(INSN_ANNULLED_BRANCH_P): Only valid for JUMP_INSN and CALL_INSN, fix
comment.
(INSN_FROM_TARGET_P): Valid also for CALL_INSN.
* doc/rtl.texi: Document these macros more accurately.
* recog.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P for
JUMP_INSNs and CALL_INSNs.
* resource.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P
or INSN_FROM_TARGET_P if the code is appropriate.

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