diff options
Diffstat (limited to 'gcc/ssa-iterators.h')
-rw-r--r-- | gcc/ssa-iterators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa-iterators.h b/gcc/ssa-iterators.h index 740cbf1..201bf19 100644 --- a/gcc/ssa-iterators.h +++ b/gcc/ssa-iterators.h @@ -453,7 +453,7 @@ num_imm_uses (const_tree var) const ssa_use_operand_t *ptr; unsigned int num = 0; - if (!MAY_HAVE_DEBUG_STMTS) + if (!MAY_HAVE_DEBUG_BIND_STMTS) { for (ptr = start->next; ptr != start; ptr = ptr->next) if (USE_STMT (ptr)) |