From: Joseph Myers Date: Mon, 11 Jun 2001 20:47:35 +0000 (+0100) Subject: * doc/rtl.texi: Reference manual chapter about trees. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49a4e827ebd2f88660d26940cefa647249b6e028;p=gcc.git * doc/rtl.texi: Reference manual chapter about trees. From-SVN: r43217 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45092bd0a52..0c6f22b36af 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-11 Joseph S. Myers + + * doc/rtl.texi: Reference manual chapter about trees. + 2001-06-11 Rainer Orth * config/mips/iris6.h (NO_BUILTIN_WINT_TYPE): Define. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index e3dd607717e..e4f60066ed1 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.