* combine.c (nonzero_bits): Fix double break.
From-SVN: r62495
This commit is contained in:
parent
2bbc9ee16f
commit
d116433079
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-02-06 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* combine.c (nonzero_bits): Fix double break.
|
||||
|
||||
2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
Richard Henderson <rth@redhat.com>
|
||||
|
||||
|
|
|
@ -8569,7 +8569,6 @@ nonzero_bits (x, mode)
|
|||
else
|
||||
nonzero = -1;
|
||||
break;
|
||||
break;
|
||||
|
||||
case PARITY:
|
||||
nonzero = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue