aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r--gcc/cfgexpand.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index a3bd41c4797..87b82459c27 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -1575,11 +1575,6 @@ tree_expand_cfg (void)
(*debug_hooks->outlining_inline_function) (current_function_decl);
TREE_ASM_WRITTEN (current_function_decl) = 1;
-
-#ifdef FINALIZE_PIC
- if (flag_pic)
- FINALIZE_PIC;
-#endif
}
struct tree_opt_pass pass_expand =