diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 95f6e9a..baad154 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -3500,7 +3500,7 @@ struct rtl_opt_pass pass_split_all_insns = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - 0, /* tv_id */ + TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ @@ -3530,7 +3530,7 @@ struct rtl_opt_pass pass_split_after_reload = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - 0, /* tv_id */ + TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ @@ -3574,7 +3574,7 @@ struct rtl_opt_pass pass_split_before_regstack = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - 0, /* tv_id */ + TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ @@ -3612,7 +3612,7 @@ struct rtl_opt_pass pass_split_before_sched2 = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - 0, /* tv_id */ + TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ @@ -3644,7 +3644,7 @@ struct rtl_opt_pass pass_split_for_shorten_branches = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - 0, /* tv_id */ + TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ @@ -3652,5 +3652,3 @@ struct rtl_opt_pass pass_split_for_shorten_branches = TODO_dump_func | TODO_verify_rtl_sharing /* todo_flags_finish */ } }; - - |