diff options
Diffstat (limited to 'gcc/matrix-reorg.c')
-rw-r--r-- | gcc/matrix-reorg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/matrix-reorg.c b/gcc/matrix-reorg.c index 26b04d6..704dbe7 100644 --- a/gcc/matrix-reorg.c +++ b/gcc/matrix-reorg.c @@ -2420,7 +2420,7 @@ struct simple_ipa_opt_pass pass_ipa_matrix_reorg = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - 0, /* tv_id */ + TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ @@ -2428,4 +2428,3 @@ struct simple_ipa_opt_pass pass_ipa_matrix_reorg = TODO_dump_cgraph | TODO_dump_func /* todo_flags_finish */ } }; - |