tree-pass.h (TODO_update_ssa_any): Document internal use only.

2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

	* tree-pass.h (TODO_update_ssa_any): Document internal use only.

From-SVN: r148263
This commit is contained in:
Bernhard Reutner-Fischer 2009-06-07 21:55:47 +02:00
parent 69952c1d4d
commit 4fe8e1a2a3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* tree-pass.h (TODO_update_ssa_any): Document internal use only.
2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* gbl-ctors.h: Add header guard.

View File

@ -297,6 +297,7 @@ struct dump_file_info
/* Rebuild the addressable-vars bitmap and do register promotion. */
#define TODO_update_address_taken (1 << 21)
/* Internally used in execute_function_todo(). */
#define TODO_update_ssa_any \
(TODO_update_ssa \
| TODO_update_ssa_no_phi \