diff options
author | Martin Liska <mliska@suse.cz> | 2019-11-13 09:39:53 +0100 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2019-11-13 08:39:53 +0000 |
commit | 9c40fd463b678d72850b5e2f98cb9ffc18c12fa3 (patch) | |
tree | 9a891f8b7efaac180b493ba04e4d5cfe93268352 /gcc/tree-streamer-in.c | |
parent | af73373eb748c1b4293fcca6ceedf42a83a53729 (diff) | |
download | gcc-9c40fd463b678d72850b5e2f98cb9ffc18c12fa3.zip gcc-9c40fd463b678d72850b5e2f98cb9ffc18c12fa3.tar.gz gcc-9c40fd463b678d72850b5e2f98cb9ffc18c12fa3.tar.bz2 |
Remove leftover call to finalize_options_struct.
2019-11-13 Martin Liska <mliska@suse.cz>
* tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers):
Remove call to finalize_options_struct.
From-SVN: r278116
Diffstat (limited to 'gcc/tree-streamer-in.c')
-rw-r--r-- | gcc/tree-streamer-in.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-streamer-in.c b/gcc/tree-streamer-in.c index d971a74..b15acb0 100644 --- a/gcc/tree-streamer-in.c +++ b/gcc/tree-streamer-in.c @@ -798,7 +798,6 @@ lto_input_ts_function_decl_tree_pointers (class lto_input_block *ib, cl_optimization_restore (&tmp, TREE_OPTIMIZATION (opts)); finish_options (&tmp, &global_options_set, UNKNOWN_LOCATION); opts = build_optimization_node (&tmp); - finalize_options_struct (&tmp); DECL_FUNCTION_SPECIFIC_OPTIMIZATION (expr) = opts; } } |