diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 9d4379a6b90..9a944b4e0cc 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -160,7 +160,6 @@ copy_decl_for_inlining (tree decl, tree from_fn, tree to_fn) if (TREE_CODE (copy) == LABEL_DECL) { TREE_ADDRESSABLE (copy) = 0; - DECL_TOO_LATE (copy) = 0; } } |