OSDN Git Service

Change if-conditionals to else-if as they should all be mutually exclusive.
authorEric Christopher <echristo@gmail.com>
Tue, 24 Apr 2018 01:57:02 +0000 (01:57 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 24 Apr 2018 01:57:02 +0000 (01:57 +0000)
commit5bef44a156a76f4fc9c04c696b3b443bc6cbf2fe
treecd79ec48ed2b9361387836c12bab94b2bf8e967d
parent3eb9432cd201588add8387711601dd1be50361d2
Change if-conditionals to else-if as they should all be mutually exclusive.

No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330675 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/ELFAsmParser.cpp