PR18929:
authorStepan Dyatkovskiy <stpworld@narod.ru>
Sun, 30 Mar 2014 17:09:54 +0000 (17:09 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Sun, 30 Mar 2014 17:09:54 +0000 (17:09 +0000)
commitb173d9ee355f0d54c7a273a64feab8e822325d59
tree004c2021d881ed1a39d333ee8b87b2e49162d490
parent111bcf9b5960a0e4687b93d2b79df01e5d760b12
PR18929:
According to ARM assembler language hash symbol is optional before immediates.
For example, see here for more details:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473j/dom1359731154529.html

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205157 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
test/MC/AArch64/optional-hash.s [new file with mode: 0644]