]> gcc.gnu.org Git - gcc.git/commitdiff
tree-ssa-loop.c (pass_record_bounds): Do not assign a name to the pass.
authorDiego Novillo <dnovillo@redhat.com>
Tue, 28 Sep 2004 20:39:46 +0000 (20:39 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Tue, 28 Sep 2004 20:39:46 +0000 (16:39 -0400)
* tree-ssa-loop.c (pass_record_bounds): Do not assign a
name to the pass.

From-SVN: r88252

gcc/ChangeLog
gcc/tree-ssa-loop.c

index e90e94fd379dacc2e55500441a4e747d4f572e36..7467dda5db5c5cff20a9940751f2a041009e59ee 100644 (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.
index b1d854e9acd9ace973a20f73136ed3182d0079da..1eab89fd6e261aa87e448f85fcc05d7e70b9f4dd 100644 (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 */
This page took 0.092448 seconds and 5 git commands to generate.