Proof of concept moving of generic directive parsing from AsmParser to the
authorEli Bendersky <eliben@google.com>
Fri, 11 Jan 2013 22:55:28 +0000 (22:55 +0000)
committerEli Bendersky <eliben@google.com>
Fri, 11 Jan 2013 22:55:28 +0000 (22:55 +0000)
commit9b1bb05386b796eef2438112b2e87ac98409d01a
tree464e8c579b55f9618e3f409339ee3ec8e311ba27
parent1452d46e0bc5ca6bea77ca85abf9b694e3b6ab84
Proof of concept moving of generic directive parsing from AsmParser to the
GenericAsmParser extension, where a lot of directives are already being parsed.
The end goal is having just a single place (and a single lookup table) for
all directive parsing.

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