From: Diego Novillo Date: Tue, 28 Sep 2004 20:39:46 +0000 (+0000) Subject: tree-ssa-loop.c (pass_record_bounds): Do not assign a name to the pass. X-Git-Tag: releases/gcc-4.0.0~4511 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81842e1b1569f9ac159c045e20be14a0eee08f34;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e90e94fd379d..7467dda5db5c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-28 Diego Novillo + + * tree-ssa-loop.c (pass_record_bounds): Do not assign a + name to the pass. + 2004-09-28 Steven Bosscher * common.opt (flag_gcse_sm): Disable by default. diff --git a/gcc/tree-ssa-loop.c b/gcc/tree-ssa-loop.c index b1d854e9acd9..1eab89fd6e26 100644 --- a/gcc/tree-ssa-loop.c +++ b/gcc/tree-ssa-loop.c @@ -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 */