ARM allows '' syntax, not just '#imm' for assembly.
authorJim Grosbach <grosbach@apple.com>
Fri, 9 Dec 2011 22:25:03 +0000 (22:25 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 9 Dec 2011 22:25:03 +0000 (22:25 +0000)
commit8a12e3b5df13b279eff3cfc29e0d7808ff86aa44
treec369037402ce39fe2fc0b5cedc3cf5ac14eb6804
parent25a8b809a074941e52cf357674b4382437aabb08
ARM allows '' syntax, not just '#imm' for assembly.

Backwards compatibility with 'gas'. #imm is the preferered and documented
syntax, but lots of existing code uses the '$' prefix, so we should
support it if we can.

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