MC: Cleanup MCSectionMachO::ParseSectionSpecifier
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 10 Mar 2014 00:55:07 +0000 (00:55 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 10 Mar 2014 00:55:07 +0000 (00:55 +0000)
commit5d0bfc8f875e3be46c44fcebf6d567480b483716
tree2e259f999828ea1517f3ae2abc8f166d4fd3221c
parent9e215b0880543be3be9fe98a48d50a351c986f0f
MC: Cleanup MCSectionMachO::ParseSectionSpecifier

Split by comma once instead of multiple times.  Moving this upfront
makes the rest of the code considerably simpler.

No functional change.

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