aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2019-12-03 19:15:53 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2019-12-03 18:15:53 +0000
commit4f75f97bf61a610f21023b731159489e6d23f0fe (patch)
tree262a0354bdce60ac9f60a37e4362343747674705 /gcc/cgraphunit.c
parentbd8a2482569900a114d631f9c38353d3a96a1d85 (diff)
downloadgcc-4f75f97bf61a610f21023b731159489e6d23f0fe.zip
gcc-4f75f97bf61a610f21023b731159489e6d23f0fe.tar.gz
gcc-4f75f97bf61a610f21023b731159489e6d23f0fe.tar.bz2
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
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c1
1 files changed, 1 insertions, 0 deletions
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 (&reg_obstack); /* FIXME, only at RTL generation*/
+ update_ssa (TODO_update_ssa_only_virtuals);
execute_all_ipa_transforms (false);
/* Perform all tree transforms and optimizations. */