add missing break. inconsequential as the code shouldn't be reached, but
authorJim Grosbach <grosbach@apple.com>
Thu, 17 Jun 2010 17:58:54 +0000 (17:58 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 17 Jun 2010 17:58:54 +0000 (17:58 +0000)
commit59c38f31acf87901208bbf790508196b1c0ad1fd
treea8d736460bd5feab646bd0831d0c2eadfa527dd5
parentb56ce8171ec52f44015d95127faaa7dd4ed92763
add missing break. inconsequential as the code shouldn't be reached, but
for correctness' sake, it should be there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106229 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp