From 7440af146e17a8ba291f11da9a94c1da28380f00 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 10 May 2002 13:13:02 -0700 Subject: rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment. 2002-05-10 David S. Miller * 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/doc/rtl.texi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gcc/doc/rtl.texi') diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 23994fd..bf90a7b 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -397,11 +397,13 @@ Stored in the @code{unchanging} field and printed as @samp{/u}. @findex INSN_ANNULLED_BRANCH_P @cindex @code{jump_insn} and @samp{/u} @cindex @code{call_insn} and @samp{/u} -@cindex @code{unchanging}, in @code{jump_insn} and @code{call_insn} +@cindex @code{insn} and @samp{/u} +@cindex @code{unchanging}, in @code{jump_insn}, @code{call_insn} and @code{insn} @item INSN_ANNULLED_BRANCH_P (@var{x}) -In a @code{jump_insn} or @code{call_insn} indicates that the branch is -an annulling one. See the discussion under @code{sequence} below. -Stored in the @code{unchanging} field and printed as @samp{/u}. +In a @code{jump_insn}, @code{call_insn}, or @code{insn} indicates +that the branch is an annulling one. See the discussion under +@code{sequence} below. Stored in the @code{unchanging} field and +printed as @samp{/u}. @findex INSN_DEAD_CODE_P @cindex @code{insn} and @samp{/s} -- cgit v1.1