diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-06-11 21:47:35 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-06-11 21:47:35 +0100 |
commit | 49a4e827ebd2f88660d26940cefa647249b6e028 (patch) | |
tree | c9211ac8831ba766058ed40f2f32de870b2c1276 /gcc/doc | |
parent | 55f61a560234c69dcc3537b2a5fd2eabbff52e20 (diff) | |
download | gcc-49a4e827ebd2f88660d26940cefa647249b6e028.zip gcc-49a4e827ebd2f88660d26940cefa647249b6e028.tar.gz gcc-49a4e827ebd2f88660d26940cefa647249b6e028.tar.bz2 |
* doc/rtl.texi: Reference manual chapter about trees.
From-SVN: r43217
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/rtl.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index e3dd607..e4f6006 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -3193,6 +3193,6 @@ program is very dependent on the particular target machine. And the RTL does not contain all the information about the program. The proper way to interface GNU CC to a new language front end is with -the ``tree'' data structure. There is no manual for this data -structure, but it is described in the files @file{tree.h} and -@file{tree.def}. +the ``tree'' data structure, described in the files @file{tree.h} and +@file{tree.def}. The documentation for this structure (@pxref{Trees}) +is incomplete. |