AsmParser: Use normal references for metadata attachments, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 12 Jan 2015 21:13:09 +0000 (21:13 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 12 Jan 2015 21:13:09 +0000 (21:13 +0000)
commitab617d597708fcf3c4b829bf595e9d990ca66c07
treeb8811e180ebcdba5b1a6f059e542b38786a9a7d4
parentbf68e80d0650c816f0ba8ed1a1f90c0f43701996
AsmParser: Use normal references for metadata attachments, NFC

Remove special parsing logic for metadata attachments.  Now that
`DebugLoc` is stored normally (since the metadata/value split), we don't
need this special forward referencing logic.

llvm-svn: 225698
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/AsmParser/LLParser.h