Commit 81842e1b by Diego Novillo Committed by Diego Novillo

tree-ssa-loop.c (pass_record_bounds): Do not assign a name to the pass.


	* tree-ssa-loop.c (pass_record_bounds): Do not assign a
	name to the pass.

From-SVN: r88252
parent bd1c8428
2004-09-28 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-loop.c (pass_record_bounds): Do not assign a
name to the pass.
2004-09-28 Steven Bosscher <stevenb@suse.de> 2004-09-28 Steven Bosscher <stevenb@suse.de>
* common.opt (flag_gcse_sm): Disable by default. * common.opt (flag_gcse_sm): Disable by default.
......
...@@ -311,7 +311,7 @@ tree_ssa_loop_bounds (void) ...@@ -311,7 +311,7 @@ tree_ssa_loop_bounds (void)
struct tree_opt_pass pass_record_bounds = struct tree_opt_pass pass_record_bounds =
{ {
"bounds", /* name */ NULL, /* name */
NULL, /* gate */ NULL, /* gate */
tree_ssa_loop_bounds, /* execute */ tree_ssa_loop_bounds, /* execute */
NULL, /* sub */ NULL, /* sub */
......
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