diff options
author | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-17 21:03:29 +0000 |
---|---|---|
committer | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-17 21:03:29 +0000 |
commit | f5c6c4b2e08e8fd20c543cc081d2393348b07554 (patch) | |
tree | 5f41060081ebc48b54cf2e2425548f0f484a736f /gcc/doc/rtl.texi | |
parent | d80b7249ca64198aabb061c9092724017bfb434c (diff) | |
download | gcc-f5c6c4b2e08e8fd20c543cc081d2393348b07554.tar.gz |
2008-05-17 Kenneth Zadeck <zadeck@naturalbridge.com>
* doc/rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P): Fixed typos.
* df-problems.c (simulation routines): Fixed block comment to
properly say how to add forwards scanning functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135478 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 96de36503fa..3191fc8e6a9 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -562,7 +562,7 @@ Stored in the @code{unchanging} field and printed as @samp{/u}. @findex RTL_CONST_CALL_P @cindex @code{call_insn} and @samp{/u} @cindex @code{unchanging}, in @code{call_insn} -@item RTLCONST_OR_PURE_CALL_P (@var{x}) +@item RTL_CONST_CALL_P (@var{x}) In a @code{call_insn} indicates that the insn represents a call to a const function. Stored in the @code{unchanging} field and printed as @samp{/u}. @@ -570,7 +570,7 @@ const function. Stored in the @code{unchanging} field and printed as @findex RTL_PURE_CALL_P @cindex @code{call_insn} and @samp{/i} @cindex @code{return_val}, in @code{call_insn} -@item RTLCONST_OR_PURE_CALL_P (@var{x}) +@item RTL_PURE_CALL_P (@var{x}) In a @code{call_insn} indicates that the insn represents a call to a pure function. Stored in the @code{return_val} field and printed as @samp{/i}. |