[InstCombine][NFC] Add a ``break;`` statement.
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 5 Jun 2015 18:04:46 +0000 (18:04 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 5 Jun 2015 18:04:46 +0000 (18:04 +0000)
commitfffd69143910189ded0cc02767e33e5504f8babf
tree018d3f9539685f68143ea3543b952c568676cdd8
parent46216f7f993c9cd71b71d46e37054b4c27cbaf40
[InstCombine][NFC] Add a ``break;`` statement.

This change is NFC because both the ``break;`` and the fall through end
up returning immediately. However, this helps clarify intent and also
ensures correctness in case more ``case`` blocks are added later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239172 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCompares.cpp