tree-cfg.c (pass_warn_function_return): It needs CFG, not SSA.
authorPaolo Bonzini <bonzini@gnu.org>
Tue, 22 Jun 2004 10:06:49 +0000 (10:06 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Tue, 22 Jun 2004 10:06:49 +0000 (10:06 +0000)
2004-06-22  Paolo Bonzini  <bonzini@gnu.org>

* tree-cfg.c (pass_warn_function_return): It needs
CFG, not SSA.

From-SVN: r83487

gcc/ChangeLog
gcc/tree-cfg.c

index a65cc31..52e182c 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
+
+       * tree-cfg.c (pass_warn_function_return): It needs
+       CFG, not SSA.
+
 2004-06-22  Nathan Sidwell  <nathan@codesourcery.com>
 
        * doc/invoke.texi (Machine Dependent Options): Alphabetize.
index 9b42073..0f5bc94 100644 (file)
@@ -4742,7 +4742,7 @@ struct tree_opt_pass pass_warn_function_return =
   NULL,                                        /* next */
   0,                                   /* static_pass_number */
   0,                                   /* tv_id */
-  PROP_ssa,                            /* properties_required */
+  PROP_cfg,                            /* properties_required */
   0,                                   /* properties_provided */
   0,                                   /* properties_destroyed */
   0,                                   /* todo_flags_start */