More bits of the ARM target assembler for llvm-mc to parse immediates.
authorKevin Enderby <enderby@apple.com>
Tue, 13 Oct 2009 22:19:02 +0000 (22:19 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 13 Oct 2009 22:19:02 +0000 (22:19 +0000)
commitcfe072401658bbe9336b200b79526b65c5213b74
tree729be62a45e94e90f4f253ba8211ad192dcac459
parent50a5914e129c348e8878d4654b4306e0349281c2
More bits of the ARM target assembler for llvm-mc to parse immediates.
Also fixed a couple of coding style things that crept in.  And added more
to the temporary hacked up ARMAsmParser::MatchInstruction() method for testing.

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