aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@markmitchell.com>1998-06-30 10:54:13 +0000
committerMark Mitchell <mark@markmitchell.com>1998-06-30 10:54:13 +0000
commit8c891fa5f89a5c89887cb1a764f19423c8c73ce5 (patch)
treefc2d8edc3dcd4445cf966ad9f7956aef9c386c6d
parent9ec0d3eb3249c54f52d80848361ca434df82274f (diff)
* rtl.texi: Don't say that RTX_INTEGRATED_P is unused.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@20830 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/rtl.texi3
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7eeaabf52e1..e518d5859ef 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
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}