From 4f75f97bf61a610f21023b731159489e6d23f0fe Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Tue, 3 Dec 2019 19:15:53 +0100 Subject: Do not update SSA in lto-stremaer-in * cgraph.c: Include tree-into-ssa.h (cgraph_node::get_body): Call update_ssa. * cgraphunit.c (cgraph_node::expand): Likewise. * lto-streamer-in.c (input_function): Do not call update_ssa. From-SVN: r278943 --- gcc/cgraphunit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/cgraphunit.c') diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 75ff10b..1b3d281 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -2274,6 +2274,7 @@ cgraph_node::expand (void) bitmap_obstack_initialize (®_obstack); /* FIXME, only at RTL generation*/ + update_ssa (TODO_update_ssa_only_virtuals); execute_all_ipa_transforms (false); /* Perform all tree transforms and optimizations. */ -- cgit v1.1