aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.texi
diff options
context:
space:
mode:
authorMark Mitchell <mark@markmitchell.com>1998-06-30 10:54:13 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1998-06-30 10:54:13 +0000
commit70198e3dd05040e173ecac2f997e9ef7d9e868ad (patch)
treefc2d8edc3dcd4445cf966ad9f7956aef9c386c6d /gcc/rtl.texi
parentc2bd100ed7e398ac7c40faf853bcf66273e1bd3d (diff)
downloadgcc-70198e3dd05040e173ecac2f997e9ef7d9e868ad.zip
gcc-70198e3dd05040e173ecac2f997e9ef7d9e868ad.tar.gz
gcc-70198e3dd05040e173ecac2f997e9ef7d9e868ad.tar.bz2
* rtl.texi: Don't say that RTX_INTEGRATED_P is unused.
From-SVN: r20830
Diffstat (limited to 'gcc/rtl.texi')
-rw-r--r--gcc/rtl.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rtl.texi b/gcc/rtl.texi
index 4d51399..baba532 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}