aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r--gcc/tree-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c
index 54e8847..2dace9c 100644
--- a/gcc/tree-profile.c
+++ b/gcc/tree-profile.c
@@ -332,7 +332,7 @@ tree_gen_ic_func_profiler (void)
tree_uid,
cur_func,
ic_void_ptr_var);
- bsi_insert_after (&bsi, stmt1, BSI_SAME_STMT);
+ bsi_insert_after (&bsi, stmt1, BSI_NEW_STMT);
}
}