This code is from r216285, which did not go out to the mailing list for some reason.
authorAaron Ballman <aaron@aaronballman.com>
Sun, 24 Aug 2014 13:25:16 +0000 (13:25 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sun, 24 Aug 2014 13:25:16 +0000 (13:25 +0000)
commit5cb5e7e323aa908a8ebf2b9599e363b3b3225a26
treedf8426cee9e02fcd76c4d213357d581719b34669
parent519ec3a914c8ad11fa0046fbc6eb46ed077c005d
This code is from r216285, which did not go out to the mailing list for some reason.

The switch statement would never fire due to the preceding break statement. Also, the switch statement has a default label with no case labels. Simplified the code, and allow it to execute.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216346 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/MachODump.cpp