Add a finishParse() callback to the targer asm parser
authorDavid Peixotto <dpeixott@codeaurora.org>
Thu, 19 Dec 2013 18:08:08 +0000 (18:08 +0000)
committerDavid Peixotto <dpeixott@codeaurora.org>
Thu, 19 Dec 2013 18:08:08 +0000 (18:08 +0000)
commit6075fa1e0eba255e217095bd2573339e64de8c8d
treeb1ceb03a8d9fc0bddf46ddae3cdafad5600d3d1b
parent79b37835f931be609e6c5530934135e7726ee40a
Add a finishParse() callback to the targer asm parser

This callback is invoked when the parse has finished successfuly. It
will be used to write out ARM constant pools to implement the ldr
pseudo.

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