More bits of the ARM target assembler for llvm-mc, code added to parse labels
authorKevin Enderby <enderby@apple.com>
Thu, 15 Oct 2009 20:48:48 +0000 (20:48 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 15 Oct 2009 20:48:48 +0000 (20:48 +0000)
commit515d509360d81946247fd0f937034cdf1f237c72
treec8d825fc76086817c1dcb1f6139bf614ad2e02ee
parent79f7400e4f98929571431f4e8c21f6ef52c63f6b
More bits of the ARM target assembler for llvm-mc, code added to parse labels
as expressions, code for parsing a few arm specific directives (still needs
the MCStreamer calls for these).  Some clean up of the operand parsing code
and adding some comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84201 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp