]> granicus.if.org Git - llvm/commit
Removing potentially error-prone fallthrough. NFC
authorMarcello Maggioni <hayarms@gmail.com>
Sat, 14 Jan 2017 07:28:47 +0000 (07:28 +0000)
committerMarcello Maggioni <hayarms@gmail.com>
Sat, 14 Jan 2017 07:28:47 +0000 (07:28 +0000)
commit99dc11c1660e1e95dab95419166f305024e7289f
treed110047265a08219eb5df8a80dadcb97f5341b58
parent2472433b475e88408eb8e9f8fa8d443bf571a7fe
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
lib/Analysis/InstructionSimplify.cpp