diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index fcaf2a6..ca00892 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -209,9 +209,6 @@ remap_decl (tree decl, inline_data *id) TREE_TYPE (t) = remap_type (TREE_TYPE (t), id); if (TREE_CODE (t) == TYPE_DECL) DECL_ORIGINAL_TYPE (t) = remap_type (DECL_ORIGINAL_TYPE (t), id); - else if (TREE_CODE (t) == PARM_DECL) - DECL_ARG_TYPE_AS_WRITTEN (t) - = remap_type (DECL_ARG_TYPE_AS_WRITTEN (t), id); /* Remap sizes as necessary. */ walk_tree (&DECL_SIZE (t), copy_body_r, id, NULL); |