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

2004-06-22  Paolo Bonzini  <bonzini@gnu.org>

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

From-SVN: r83487
This commit is contained in:
Paolo Bonzini 2004-06-22 10:06:49 +00:00 committed by Paolo Bonzini
parent 80dddedcaf
commit 00bfee6f84
2 changed files with 6 additions and 1 deletions

View 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.

View 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 */