Commit d1164330 by Richard Henderson Committed by Richard Henderson

* combine.c (nonzero_bits): Fix double break.

From-SVN: r62495
parent 2bbc9ee1
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;
......
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