Add a missing break statement to fix unintentional fall-through
authorBob Wilson <bob.wilson@apple.com>
Thu, 6 May 2010 16:05:26 +0000 (16:05 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 6 May 2010 16:05:26 +0000 (16:05 +0000)
commit429009b0f1bef035b8ad1705edb7f1741ddaa427
tree80a0091f3d03f8a4b4f5a594c306f00f6dc8378c
parentd31f00b7f78aff0aaec8322a1a9eccca915b88f4
Add a missing break statement to fix unintentional fall-through
(replacing the previous patch for the same issue).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103183 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp