Commit c9ab1458 by Jeff Law

Forgot to commit.

From-SVN: r23083
parent b621b712
......@@ -663,7 +663,7 @@ expand_builtin_dwarf_reg_size (reg_tree, target)
t = fold (build (COND_EXPR, integer_type_node, t2,
build_int_2 (ranges[n_ranges].size, 0), t));
}
while (--n_ranges > 0);
while (--n_ranges >= 0);
}
return expand_expr (t, target, Pmode, 0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment