* rtl.texi: Don't say that RTX_INTEGRATED_P is unused.
authorMark Mitchell <mark@markmitchell.com>
Tue, 30 Jun 1998 10:54:13 +0000 (10:54 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 30 Jun 1998 10:54:13 +0000 (10:54 +0000)
From-SVN: r20830

gcc/ChangeLog
gcc/rtl.texi

index 7eeaabf52e19811e12d7f5ccf112a6a1006d623f..e518d5859ef4963eb34b4ae3fc14b45c76beb02e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 30 10:54:48 1998  Mark Mitchell  <mark@markmitchell.com>
+
+       * rtl.texi: Don't say that RTX_INTEGRATED_P is unused.
+
 Tue Jun 30 13:11:42 1998  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
        * rs6000/sysv4.h (asm output): add tabs for asm directives.
index 4d5139956dc9b1870931d4a42beb2d39ec3dcaed..baba5321b9d4017368bfb5902efa3a001aff4da3 100644 (file)
@@ -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}