OSDN Git Service

Be tidy and use a break to exit from a switch block rather than
authorDan Gohman <gohman@apple.com>
Tue, 18 Aug 2009 23:52:48 +0000 (23:52 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 18 Aug 2009 23:52:48 +0000 (23:52 +0000)
commit2c9489d6e96d99f77b6c31919805b5e61954deb2
treeb661a25b76ecda79646c1f123c31dbed0d1aea78
parent906d5b4455c6d605ab62f26d45cad2e49bf948bb
Be tidy and use a break to exit from a switch block rather than
just falling through the end.

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