[llvm-readobj] Transform 'switch' with the only 'case' statement
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 1 May 2014 11:57:40 +0000 (11:57 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 1 May 2014 11:57:40 +0000 (11:57 +0000)
commit217b5866d1449b68d51fba0f654e30afb9dd9418
treeef863695a09655bdef808e83b2cf1895c22fe04d
parent8b88679164bfe1bf70dff504c86789f809a15563
[llvm-readobj] Transform 'switch' with the only 'case' statement
to 'if' statement.

No functional changes,

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207748 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-readobj/ELFDumper.cpp