Revert previous patch; comment was OK after all.
This commit is contained in:
parent
4c3306e12f
commit
f43186fe28
1 changed files with 2 additions and 2 deletions
|
@ -3311,8 +3311,8 @@ pre_value (bool precondition, int value)
|
|||
return precondition ? value : 0;
|
||||
}
|
||||
|
||||
/* Compute the number of trailing zero bits in VAL. VAL must not be zero. */
|
||||
|
||||
/* Compute the number of trailing zero bits in val. If val is zero,
|
||||
return the number of bits in val. */
|
||||
static int
|
||||
count_trailing_zero_bits (bits_word val)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue