aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/simplify-got.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/simplify-got.c')
-rw-r--r--gcc-4.9/gcc/simplify-got.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/simplify-got.c b/gcc-4.9/gcc/simplify-got.c
index 61a8fe893..7d46b2683 100644
--- a/gcc-4.9/gcc/simplify-got.c
+++ b/gcc-4.9/gcc/simplify-got.c
@@ -169,7 +169,7 @@ rest_of_handle_simplify_got (void)
/* Since there is no usage of pic_reg now, we can remove it. */
if (use)
- remove_insn (use);
+ delete_insn (use);
targetm.got_access.clear_pic_reg ();
free (got_accesses);
htab_delete (var_table);