Fix ARMAsmParser::ParseOperand() to allow it to parse . as a branch target and
authorKevin Enderby <enderby@apple.com>
Thu, 13 Jan 2011 20:32:36 +0000 (20:32 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 13 Jan 2011 20:32:36 +0000 (20:32 +0000)
commit67b212e03b77e921e2b9780059681125a45d15a7
tree8837bef7d7fc0b79c2198d60c1b8b71e7a6feb74
parentbc8d5f11e7c34e4dff86b8cbcfa5f8be70ff69dd
Fix ARMAsmParser::ParseOperand() to allow it to parse . as a branch target and
directional local labels like 1f and 2b.

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