Fix PR3862: Recognize some ARM-specific constraints for immediates in inline
authorBob Wilson <bob.wilson@apple.com>
Wed, 1 Apr 2009 17:58:54 +0000 (17:58 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 1 Apr 2009 17:58:54 +0000 (17:58 +0000)
commitbf6396bed0597238110aad5b680fd18a4f8769fa
tree07cd17f4d85f4073c6f3175ab9aab6313b37e3e1
parente63c4a2010a5e09f8607b914bce0bac8cf38cd20
Fix PR3862: Recognize some ARM-specific constraints for immediates in inline
assembly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68218 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
test/CodeGen/ARM/inlineasm-imm-arm.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-imm-thumb.ll [new file with mode: 0644]