Use StringSwitch instead of long chain of if-else. No functionality change.
authorAlexey Samsonov <samsonov@google.com>
Wed, 17 Apr 2013 14:27:04 +0000 (14:27 +0000)
committerAlexey Samsonov <samsonov@google.com>
Wed, 17 Apr 2013 14:27:04 +0000 (14:27 +0000)
commit784baa6f4440beac54881673ecc7baa88f8b94dd
treed5cca33b8775aa5749786ac064e5733b40e349a9
parentcd61455798777446f35723fdb77f54a17e602009
Use StringSwitch instead of long chain of if-else. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFContext.cpp