diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 1 |
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 (®_obstack); /* FIXME, only at RTL generation*/ + update_ssa (TODO_update_ssa_only_virtuals); execute_all_ipa_transforms (false); /* Perform all tree transforms and optimizations. */ |