diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 108119972ee..d661e15695e 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -937,7 +937,7 @@ get_loop_body_in_if_conv_order (const struct loop *loop) || bb == loop->header) { /* This block is now visited. */ - bitmap_set_bit (&visited, bb->index); + visited.set_bit (bb->index); blocks[visited_count++] = bb; } } |