aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMingjie Xing <mingjie.xing@gmail.com>2011-01-02 01:30:55 +0000
committerMingjie Xing <xmj@gcc.gnu.org>2011-01-02 01:30:55 +0000
commit0d52f2a83beaafb688e67dbb831d5ff5a1200ddf (patch)
tree4122c5dee9e8b107a95721dc432b9af8a6c4835f
parent33195461a6ace7451a8a56a541adcd6eb6d09f37 (diff)
downloadgcc-0d52f2a83beaafb688e67dbb831d5ff5a1200ddf.zip
gcc-0d52f2a83beaafb688e67dbb831d5ff5a1200ddf.tar.gz
gcc-0d52f2a83beaafb688e67dbb831d5ff5a1200ddf.tar.bz2
Remove duplicated '@subsubsection Statements'.
From-SVN: r168396
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/generic.texi10
-rw-r--r--gcc/doc/rtl.texi2
3 files changed, 8 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 05f187e..a4733e1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-02 Mingjie Xing <mingjie.xing@gmail.com>
+
+ * doc/generic.texi: Remove duplicated "@subsubsection Statements".
+ Remove the word "see" before "@pxref".
+ * doc/rtl.texi: Remove the word "see" before "@pxref".
+
2011-01-01 Jan Hubicka <jh@suse.cz>
* tree-loop-distribution.c (tree_loop_distribution): Do not
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi
index 3dff703..5874c55 100644
--- a/gcc/doc/generic.texi
+++ b/gcc/doc/generic.texi
@@ -2420,14 +2420,6 @@ optimization options specified on the command line.
@end ftable
-@subsubsection Statements
-
-There are tree nodes corresponding to all of the source-level
-statement constructs, used within the C and C++ frontends. These are
-enumerated here, together with a list of the various macros that can
-be used to obtain information about them. There are a few macros that
-can be used with all statements:
-
@c ---------------------------------------------------------------------
@c Language-dependent trees
@c ---------------------------------------------------------------------
@@ -2637,7 +2629,7 @@ type. In that case, the @code{TYPE_PTRMEMFUNC_FN_TYPE} is a
@code{POINTER_TYPE} pointing to a @code{METHOD_TYPE}. The
@code{METHOD_TYPE} is the type of a function pointed to by the
pointer-to-member function. If @code{TYPE_PTRMEMFUNC_P} does not hold,
-this type is a class type. For more information, see @pxref{Classes}.
+this type is a class type. For more information, @pxref{Classes}.
@item UNKNOWN_TYPE
This node is used to represent a type the knowledge of which is
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index 6fae670..de45a22 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -1271,7 +1271,7 @@ accumulator. The default format is ``64.64''.
is a machine-specific set of bits used to represent the result of a
comparison operation. Other machine-specific modes may also be used for
the condition code. These modes are not used on machines that use
-@code{cc0} (see @pxref{Condition Code}).
+@code{cc0} (@pxref{Condition Code}).
@findex BLKmode
@item BLKmode