aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index 141ac29..6d4f707 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -215,10 +215,6 @@ struct dump_file_info
for the passes that are handed to register_dump_files. */
#define TODO_set_props (1 << 15)
-/* Set by passes that may make SMT's that were previously never used
- in statements, used. */
-#define TODO_update_smt_usage (1 << 16)
-
#define TODO_update_ssa_any \
(TODO_update_ssa \
| TODO_update_ssa_no_phi \