tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 15 Jan 2005 02:49:48 +0000 (02:49 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 15 Jan 2005 02:49:48 +0000 (18:49 -0800)
2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts.

From-SVN: r93679

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

index 53e9844f42894918fc8a4e243b55d3225b6536bf..0cb38eb9a49a5af43beaa8ad1cc13852417517d8 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts.
+
 2005-01-14  Aldy Hernandez  <aldyh@redhat.com>
 
        * config/rs6000/rs6000.h (CLASS_MAX_NREGS): DF goes in 1 register
index 92a203cede7db15013f5bd5b1d610e26745dc581..8df7b82c9919f9c5f948ac2addf6eb9f78bf92c5 100644 (file)
@@ -1,5 +1,5 @@
 /* Alias analysis for trees.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@redhat.com>
 
 This file is part of GCC.
@@ -354,7 +354,8 @@ struct tree_opt_pass pass_may_alias =
   0,                                   /* properties_destroyed */
   0,                                   /* todo_flags_start */
   TODO_dump_func | TODO_rename_vars
-    | TODO_ggc_collect | TODO_verify_ssa,  /* todo_flags_finish */
+    | TODO_ggc_collect | TODO_verify_ssa
+    | TODO_verify_stmts,               /* todo_flags_finish */
   0                                    /* letter */
 };