Fix ARM memory operand parsing of post indexing with just a base register, that
authorKevin Enderby <enderby@apple.com>
Thu, 15 Oct 2009 21:42:45 +0000 (21:42 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 15 Oct 2009 21:42:45 +0000 (21:42 +0000)
commite2a98dd2a4f007d5d9d3c71460cfbe0a825b8993
tree58cbd75e31c594cee4f6d003d644a673d937f12f
parentb923953733ee6b0f477cd767dcc16f94a0966158
Fix ARM memory operand parsing of post indexing with just a base register, that
is just "[Rn]" and no tailing comma with an offset, etc.

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