Commit 00bfee6f by Paolo Bonzini Committed by Paolo Bonzini

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
parent 80dddedc
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> 2004-06-22 Nathan Sidwell <nathan@codesourcery.com>
* doc/invoke.texi (Machine Dependent Options): Alphabetize. * doc/invoke.texi (Machine Dependent Options): Alphabetize.
......
...@@ -4742,7 +4742,7 @@ struct tree_opt_pass pass_warn_function_return = ...@@ -4742,7 +4742,7 @@ struct tree_opt_pass pass_warn_function_return =
NULL, /* next */ NULL, /* next */
0, /* static_pass_number */ 0, /* static_pass_number */
0, /* tv_id */ 0, /* tv_id */
PROP_ssa, /* properties_required */ PROP_cfg, /* properties_required */
0, /* properties_provided */ 0, /* properties_provided */
0, /* properties_destroyed */ 0, /* properties_destroyed */
0, /* todo_flags_start */ 0, /* todo_flags_start */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment