aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-out.c
diff options
context:
space:
mode:
authorDavid Li <davidxl@google.com>2011-06-14 19:39:36 +0000
committerDavid Li <davidxl@google.com>2011-06-14 19:39:36 +0000
commit6db53a769590a4c13fae145d16d50f7c24dcde81 (patch)
tree6784ca7456219fc5f0b50b07b3f96641c6cc9e9c /gcc/lto-streamer-out.c
parent76c25e0a21d49bfa262d4002c141da32dc0b949d (diff)
dumping cleanup phase 1 -- Removing TODO_dump_func
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@175051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto-streamer-out.c')
-rw-r--r--gcc/lto-streamer-out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c
index 17042d5c134..a28e857617d 100644
--- a/gcc/lto-streamer-out.c
+++ b/gcc/lto-streamer-out.c
@@ -2302,7 +2302,7 @@ struct ipa_opt_pass_d pass_ipa_lto_gimple_out =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func /* todo_flags_finish */
+ 0 /* todo_flags_finish */
},
NULL, /* generate_summary */
lto_output, /* write_summary */