mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-11 09:06:56 +08:00
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:
parent
bd1c8428dd
commit
81842e1b15
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user