AsmParser: Remove dead code, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 4 Feb 2015 22:00:59 +0000 (22:00 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 4 Feb 2015 22:00:59 +0000 (22:00 +0000)
commit7ec73f04a81eb1c51a0fe321f5db407965c7745b
treefd17127c81c68862e613edc1fd6cc0d356f4b8c7
parent321b43e7cc078cc11da26c02add7279bc7db6133
AsmParser: Remove dead code, NFC

This condition is checked in the generic `ParseMDField()`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228208 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp