Commit 95013377 by Diego Novillo Committed by Diego Novillo

tree-ssa-loop.c (pass_loop_init): Add TODO_dump_func.


	* tree-ssa-loop.c (pass_loop_init): Add TODO_dump_func.
	(pass_loop_done): Likewise.

From-SVN: r86205
parent ac9e2cff
2004-08-18 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-loop.c (pass_loop_init): Add TODO_dump_func.
(pass_loop_done): Likewise.
2004-08-18 Andrew Pinski <apinski@apple.com> 2004-08-18 Andrew Pinski <apinski@apple.com>
* config/rs6000/darwin.md: Delete the altivec patterns which are * config/rs6000/darwin.md: Delete the altivec patterns which are
......
...@@ -117,7 +117,7 @@ struct tree_opt_pass pass_loop_init = ...@@ -117,7 +117,7 @@ struct tree_opt_pass pass_loop_init =
0, /* properties_provided */ 0, /* properties_provided */
0, /* properties_destroyed */ 0, /* properties_destroyed */
0, /* todo_flags_start */ 0, /* todo_flags_start */
0 /* todo_flags_finish */ TODO_dump_func /* todo_flags_finish */
}; };
/* Loop invariant motion pass. */ /* Loop invariant motion pass. */
...@@ -220,6 +220,6 @@ struct tree_opt_pass pass_loop_done = ...@@ -220,6 +220,6 @@ struct tree_opt_pass pass_loop_done =
0, /* properties_provided */ 0, /* properties_provided */
0, /* properties_destroyed */ 0, /* properties_destroyed */
0, /* todo_flags_start */ 0, /* todo_flags_start */
0 /* todo_flags_finish */ TODO_dump_func /* todo_flags_finish */
}; };
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