Fix pr13145 - Naming a function like a register name confuses the asm parser.
authorChad Rosier <mcrosier@apple.com>
Tue, 19 Mar 2013 23:44:03 +0000 (23:44 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 19 Mar 2013 23:44:03 +0000 (23:44 +0000)
commit580f9c85fd7a3c90884ed7ee7c2d613923a53bb3
treea3e469cb1b806fcd6c70201e80cb73c89e59905c
parenta13f3cdb01c4900528018eebfe1b6c98dc607f99
Fix pr13145 - Naming a function like a register name confuses the asm parser.
Patch by Stepan Dyatkovskiy <stpworld@narod.ru>
rdar://13457826

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/2013-03-18-Br-to-label-named-like-reg.s [new file with mode: 0644]