From 70198e3dd05040e173ecac2f997e9ef7d9e868ad Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 30 Jun 1998 10:54:13 +0000 Subject: [PATCH] * rtl.texi: Don't say that RTX_INTEGRATED_P is unused. From-SVN: r20830 --- gcc/ChangeLog | 4 ++++ gcc/rtl.texi | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7eeaabf52e19..e518d5859ef4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 30 10:54:48 1998 Mark Mitchell + + * rtl.texi: Don't say that RTX_INTEGRATED_P is unused. + Tue Jun 30 13:11:42 1998 Franz Sirl * rs6000/sysv4.h (asm output): add tabs for asm directives. diff --git a/gcc/rtl.texi b/gcc/rtl.texi index 4d5139956dc9..baba5321b9d4 100644 --- a/gcc/rtl.texi +++ b/gcc/rtl.texi @@ -389,8 +389,7 @@ other functions or by aliasing.) Stored in the @cindex @code{integrated}, in @code{insn} @item RTX_INTEGRATED_P (@var{insn}) Nonzero in an insn if it resulted from an in-line function call. -Stored in the @code{integrated} field and printed as @samp{/i}. This -may be deleted; nothing currently depends on it. +Stored in the @code{integrated} field and printed as @samp{/i}. @findex SYMBOL_REF_USED @cindex @code{used}, in @code{symbol_ref} -- 2.43.5