[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This is
authorChad Rosier <mcrosier@apple.com>
Mon, 22 Apr 2013 19:42:15 +0000 (19:42 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 22 Apr 2013 19:42:15 +0000 (19:42 +0000)
commit6804971dcfbba1dcf7b0f8335588ba2ab6b0f073
tree587110bbc9827c70f9cd7b6382f5c513d244a8be
parent0b675d88309bdcbb387bbee907c4ef9d98e412a2
[ms-inline asm] Remove the identifier parsing logic from the AsmParser.  This is
now taken care of by the frontend, which allows us to parse arbitrary C/C++
variables.
Part of rdar://13663589

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180037 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCParser/MCAsmParser.h
lib/Target/X86/AsmParser/X86AsmParser.cpp