forked from OSchip/llvm-project
parent
9e87721d47
commit
889285d467
|
@ -675,8 +675,7 @@ static inline uint32_t hashword(const uint64_t *k64, size_t length)
|
|||
}
|
||||
|
||||
/*------------------------------------------- handle the last 3 uint32_t's */
|
||||
switch(length) /* all the case statements fall through */
|
||||
{
|
||||
switch (length) { /* all the case statements fall through */
|
||||
case 3 : c+=k[2];
|
||||
case 2 : b+=k[1];
|
||||
case 1 : a+=k[0];
|
||||
|
|
Loading…
Reference in New Issue