* doc/rtl.texi: Reference manual chapter about trees.
authorJoseph Myers <jsm28@cam.ac.uk>
Mon, 11 Jun 2001 20:47:35 +0000 (21:47 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 11 Jun 2001 20:47:35 +0000 (21:47 +0100)
From-SVN: r43217

gcc/ChangeLog
gcc/doc/rtl.texi

index 45092bd0a52d0d049847c58d0fe10df08460b972..0c6f22b36afea37cf0499397d5548b1a706196c3 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/rtl.texi: Reference manual chapter about trees.
+
 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * config/mips/iris6.h (NO_BUILTIN_WINT_TYPE): Define.
index e3dd607717ea700cf4f24b694a3b0df78e0a1c6c..e4f60066ed18de58ae0346ca4d29134995c6b69a 100644 (file)
@@ -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.