summaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-06 19:26:42 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-06 19:26:42 +0000
commitb3d77230112bcbba3ad98ed09745e8ed07aa4f6a (patch)
tree5fd998384905f3707e522f06a0fc58a8232e9ce8 /gcc/combine.c
parent355b1afdd36cfc1da89d01fa9b36daa6ea43641b (diff)
downloadgcc-b3d77230112bcbba3ad98ed09745e8ed07aa4f6a.tar.gz
* combine.c (nonzero_bits): Fix double break.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62495 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index 6566823366c..ad56e85b3a4 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -8569,7 +8569,6 @@ nonzero_bits (x, mode)
else
nonzero = -1;
break;
- break;
case PARITY:
nonzero = 1;