]> gcc.gnu.org Git - gcc.git/commitdiff
* emit-rtl.c: Update the comment about the file.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 5 Feb 2004 14:15:35 +0000 (14:15 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 5 Feb 2004 14:15:35 +0000 (14:15 +0000)
From-SVN: r77312

gcc/ChangeLog
gcc/emit-rtl.c

index f769f9f4066f4c9467af5bf90b568eadc063fb5b..0d0ac27518b88cf8ba2dcc983911ae411688e5e6 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * emit-rtl.c: Update the comment about the file.
+
 2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * sourcebuild.texi (Test Idioms): Update testcase naming
index 12e54bdfd5334b4f26fa93e22c718815ff11eb66..6402f43dd5ccdbdbd03164c5f1028924c624abf0 100644 (file)
@@ -22,17 +22,14 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 /* Middle-to-low level generation of rtx code and insns.
 
-   This file contains the functions `gen_reg_rtx' and `gen_label_rtx'
-   that are the usual ways of creating rtl expressions for most
-   purposes.
-
-   It also has the functions for creating insns and linking
-   them in the doubly-linked chain.
+   This file contains support functions for creating rtl expressions
+   and manipulating them in the doubly-linked chain of insns.
 
    The patterns of the insns are created by machine-dependent
    routines in insn-emit.c, which is generated automatically from
-   the machine description.  These routines use `gen_rtx_fmt_ee' and
-   others to make the individual rtx's of the pattern; what is machine
+   the machine description.  These routines make the individual rtx's
+   of the pattern with `gen_rtx_fmt_ee' and others in genrtl.[ch],
+   which are automatically generated from rtl.def; what is machine
    dependent is the kind of rtx's they make and what arguments they
    use.  */
 
This page took 0.107891 seconds and 5 git commands to generate.