diff options
Diffstat (limited to 'gcc/matrix-reorg.c')
-rw-r--r-- | gcc/matrix-reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/matrix-reorg.c b/gcc/matrix-reorg.c index 31e9a8e..6589e78 100644 --- a/gcc/matrix-reorg.c +++ b/gcc/matrix-reorg.c @@ -2389,6 +2389,6 @@ struct simple_ipa_opt_pass pass_ipa_matrix_reorg = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_dump_cgraph /* todo_flags_finish */ + TODO_dump_symtab /* todo_flags_finish */ } }; |