Handle 'a' modifier on inline assembly operands.
authorBob Wilson <bob.wilson@apple.com>
Thu, 9 Jul 2009 23:54:51 +0000 (23:54 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 9 Jul 2009 23:54:51 +0000 (23:54 +0000)
commit9b4b00ad436daeac6f97f77e9b5a3cc67ada150c
tree3275661f097d63c48541bc698b9e8efda0725c92
parent333c40096561218bc3597cf153c0a3895274414c
Handle 'a' modifier on inline assembly operands.
This is part of the fix for pr4521.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75201 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll [new file with mode: 0644]