OSDN Git Service

2002-05-09 David S. Miller <davem@redhat.com>
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 May 2002 12:50:11 +0000 (12:50 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 May 2002 12:50:11 +0000 (12:50 +0000)
commit00f2bb6a45f2095c48f0678cb531b66bffbdb171
treeb339206e3fbe7651c9692cd72f387b4671880f3f
parent57463428b92bbc5a50492d6c2c89dae415d70927
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53360 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/rtl.texi
gcc/reorg.c
gcc/resource.c
gcc/rtl.h