* tree-cfg.c (pass_warn_function_return): It needs
CFG, not SSA.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83487
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
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 */