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
This commit is contained in:
Diego Novillo 2004-09-28 20:39:46 +00:00 committed by Diego Novillo
parent bd1c8428dd
commit 81842e1b15
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>
* common.opt (flag_gcse_sm): Disable by default.

View File

@ -311,7 +311,7 @@ tree_ssa_loop_bounds (void)
struct tree_opt_pass pass_record_bounds =
{
"bounds", /* name */
NULL, /* name */
NULL, /* gate */
tree_ssa_loop_bounds, /* execute */
NULL, /* sub */