diff options
author | jlquinn <jlquinn@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-13 05:38:08 +0000 |
---|---|---|
committer | jlquinn <jlquinn@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-13 05:38:08 +0000 |
commit | 84ccaae30747590484599bf479b858820958c7d8 (patch) | |
tree | cac3e8e86e16121650f1e5bad6df9a6d3940c6a3 /gcc/doc/gccint.texi | |
parent | dcc38b995c4c5c3670417c1fec61e029e1436228 (diff) | |
download | gcc-84ccaae30747590484599bf479b858820958c7d8.tar.gz |
2010-03-13 Jerry Quinn <jlquinn@optonline.net>
* Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
* doc/c-tree.texi: Remove.
* doc/generic.texi: Merge c-tree.texi here.
* doc/gccint.texi (Trees): Remove menu entry.
(c-tree.texi): Remove @include.
* doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
* doc/languages.texi (Reading RTL): Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157419 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gccint.texi')
-rw-r--r-- | gcc/doc/gccint.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi index 25da7f8cb7c..456acc18318 100644 --- a/gcc/doc/gccint.texi +++ b/gcc/doc/gccint.texi @@ -28,7 +28,7 @@ @copying Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008 Free Software Foundation, Inc. +2008, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or @@ -109,7 +109,6 @@ Additional tutorial information is linked to from * Testsuites:: GCC testsuites. * Options:: Option specification files. * Passes:: Order of passes, what they do, and what each file is for. -* Trees:: The source representation used by the C and C++ front ends. * GENERIC:: Language-independent representation generated by Front Ends * GIMPLE:: Tuple representation used by Tree SSA optimizers * Tree SSA:: Analysis and optimization of GIMPLE @@ -145,7 +144,6 @@ Additional tutorial information is linked to from @include sourcebuild.texi @include options.texi @include passes.texi -@include c-tree.texi @include rtl.texi @include generic.texi @include gimple.texi |