diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-13 06:41:07 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-13 06:41:07 +0000 |
commit | 4ee9c6840ad3fc92a9034343278a1e476ad6872a (patch) | |
tree | a2568888a519c077427b133de9ece5879a8484a5 /gcc/doc/rtl.texi | |
parent | ebb338380ab170c91e64d38038e6b5ce930d69a1 (diff) | |
download | gcc-4ee9c6840ad3fc92a9034343278a1e476ad6872a.tar.gz |
Merge tree-ssa-20020619-branch into mainline.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81764 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 746bca587bd..c5e8d33c15b 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -722,7 +722,6 @@ computation performed by this instruction, i.e., one that This flag is required for exception handling support on targets with RTL prologues. -@findex RTX_INTEGRATED_P @cindex @code{insn} and @samp{/i} @cindex @code{call_insn} and @samp{/i} @cindex @code{jump_insn} and @samp{/i} @@ -732,8 +731,6 @@ prologues. @cindex @code{const} and @samp{/i} @cindex @code{note} and @samp{/i} @cindex @code{integrated}, in @code{insn}, @code{call_insn}, @code{jump_insn}, @code{barrier}, @code{code_label}, @code{insn_list}, @code{const}, and @code{note} -@item RTX_INTEGRATED_P (@var{x}) -Nonzero in an @code{insn}, @code{call_insn}, @code{jump_insn}, @code{barrier}, @code{code_label}, @code{insn_list}, @code{const}, or @code{note} if it resulted from an in-line function call. Stored in the @code{integrated} field and printed as @samp{/i}. |