Commit f822fcf7 by Kazu Hirata Committed by Kazu Hirata

* emit-rtl.c: Update the comment about the file.

From-SVN: r77312
parent 4ef84575
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> 2004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
* sourcebuild.texi (Test Idioms): Update testcase naming * sourcebuild.texi (Test Idioms): Update testcase naming
......
...@@ -22,17 +22,14 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -22,17 +22,14 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Middle-to-low level generation of rtx code and insns. /* Middle-to-low level generation of rtx code and insns.
This file contains the functions `gen_reg_rtx' and `gen_label_rtx' This file contains support functions for creating rtl expressions
that are the usual ways of creating rtl expressions for most and manipulating them in the doubly-linked chain of insns.
purposes.
It also has the functions for creating insns and linking
them in the doubly-linked chain.
The patterns of the insns are created by machine-dependent The patterns of the insns are created by machine-dependent
routines in insn-emit.c, which is generated automatically from routines in insn-emit.c, which is generated automatically from
the machine description. These routines use `gen_rtx_fmt_ee' and the machine description. These routines make the individual rtx's
others to make the individual rtx's of the pattern; what is machine 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 dependent is the kind of rtx's they make and what arguments they
use. */ use. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment