diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index 4064417..5caf3b6 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -7220,6 +7220,8 @@ move_block_to_fn (struct function *dest_cfun, basic_block bb, free_stmt_operands (cfun, stmt); push_cfun (dest_cfun); update_stmt (stmt); + if (is_gimple_call (stmt)) + notice_special_calls (as_a <gcall *> (stmt)); pop_cfun (); } |