diff options
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
-rw-r--r-- | gcc/tree-ssa-threadupdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c index 9289c11..6f978e2 100644 --- a/gcc/tree-ssa-threadupdate.c +++ b/gcc/tree-ssa-threadupdate.c @@ -1631,7 +1631,7 @@ thread_through_all_blocks (bool may_peel_loop_headers) ahead and thread it, else ignore it. */ basic_block bb; edge e; - FOR_EACH_BB (bb) + FOR_EACH_BB_FN (bb, cfun) { /* If we do end up threading here, we can remove elements from BB->preds. Thus we can not use the FOR_EACH_EDGE iterator. */ |