commit | 99dc11c1660e1e95dab95419166f305024e7289f | [log] [tgz] |
---|---|---|
author | Marcello Maggioni <hayarms@gmail.com> | Sat Jan 14 07:28:47 2017 +0000 |
committer | Marcello Maggioni <hayarms@gmail.com> | Sat Jan 14 07:28:47 2017 +0000 |
tree | d110047265a08219eb5df8a80dadcb97f5341b58 | |
parent | 2472433b475e88408eb8e9f8fa8d443bf571a7fe [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292003 91177308-0d34-0410-b5e6-96231b3b80d8