mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 01:30:44 +08:00
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:
parent
69952c1d4d
commit
4fe8e1a2a3
@ -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.
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user