diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-30 10:54:13 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-30 10:54:13 +0000 |
commit | 9873126b725fe4f1ede89a3a839cf9750a9a6c51 (patch) | |
tree | fc2d8edc3dcd4445cf966ad9f7956aef9c386c6d /gcc/rtl.texi | |
parent | aebf287272d88f3585cd83996ac30845cd4ff1a2 (diff) | |
download | gcc-9873126b725fe4f1ede89a3a839cf9750a9a6c51.tar.gz |
* rtl.texi: Don't say that RTX_INTEGRATED_P is unused.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20830 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.texi')
-rw-r--r-- | gcc/rtl.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rtl.texi b/gcc/rtl.texi index 4d5139956dc..baba5321b9d 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} |