summaryrefslogtreecommitdiff
path: root/gcc/doc/generic.texi
diff options
context:
space:
mode:
authorxmj <xmj@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-02 01:30:55 +0000
committerxmj <xmj@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-02 01:30:55 +0000
commit1f071633ad5a3ecb721c201ba5b8fefebb18e436 (patch)
tree4122c5dee9e8b107a95721dc432b9af8a6c4835f /gcc/doc/generic.texi
parent50847bfbf68c70e05c1eb4599711ee09792139d9 (diff)
downloadgcc-1f071633ad5a3ecb721c201ba5b8fefebb18e436.tar.gz
Remove duplicated '@subsubsection Statements'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168396 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/generic.texi')
-rw-r--r--gcc/doc/generic.texi10
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi
index 3dff70359f2..5874c55cc3e 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