diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 78b4d94..4088e75 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -2969,11 +2969,6 @@ declare_return_variable (copy_body_data *id, tree return_slot, tree modify_dest, TREE_ADDRESSABLE (var) = 1; var = build_fold_addr_expr (var); } - else if (gimple_in_ssa_p (cfun) - && is_gimple_reg (var)) - /* ??? Re-org id->retval and its special handling so that we can - record an SSA name directly and not need to invoke the SSA renamer. */ - mark_sym_for_renaming (var); done: /* Register the VAR_DECL as the equivalent for the RESULT_DECL; that |