[AsmParser] Provide target direct access to mnemonic token. Allow assignment parsing...
authorColin LeMahieu <colinl@codeaurora.org>
Mon, 9 Nov 2015 00:15:45 +0000 (00:15 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Mon, 9 Nov 2015 00:15:45 +0000 (00:15 +0000)
commitca453aba571223ed91d77eb22e80a07ce9aba459
tree498383773b99c07409d0f9c93340b0d9a9be18a8
parentec3b8e96530f8dd8f4aee4da94331f16a65b7a70
[AsmParser] Provide target direct access to mnemonic token.  Allow assignment parsing to be hooked by target.  Allow target to specify if identifier is a label.

Differential Revision:  http://reviews.llvm.org/D14255

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