Removing potentially error-prone fallthrough. NFC
This fallthrough if other cases are added between fabs and default could cause fabs to fall to the next case resulting in a bug. Better getting rid of it immediately just to be sure. llvm-svn: 292003
Loading
Please sign in to comment