Commit d9f235fc by Di-an Jan Committed by Gerald Pfeifer

* doc/passes.texi (Pass Manager): Correct list of source files.

From-SVN: r92066
parent 074e6d01
2004-12-12 Di-an Jan <dianj@freeshell.org>
* doc/passes.texi (Pass Manager): Correct list of source files.
2004-12-12 Richard Henderson <rth@redhat.com> 2004-12-12 Richard Henderson <rth@redhat.com>
* expr.c (emit_move_change_mode): New. * expr.c (emit_move_change_mode): New.
......
...@@ -146,7 +146,8 @@ semantic checks), it should return @code{GS_ERROR}. ...@@ -146,7 +146,8 @@ semantic checks), it should return @code{GS_ERROR}.
@node Pass manager @node Pass manager
@section Pass manager @section Pass manager
The pass manager is located in @file{passes.c} and @file{passes.h}. The pass manager is located in @file{passes.c}, @file{tree-optimize.c}
and @file{tree-pass.h}.
Its job is to run all of the individual passes in the correct order, Its job is to run all of the individual passes in the correct order,
and take care of standard bookkeeping that applies to every pass. and take care of standard bookkeeping that applies to every pass.
......
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