ARM asm parser wasn't able to parse a "mov" instruction while in Thumb
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 27 May 2011 23:46:09 +0000 (23:46 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 27 May 2011 23:46:09 +0000 (23:46 +0000)
commitbe64b394317feb8d7bcb732bdfb35e0b286efd4c
tree50568c7aa402757f5168f5ad8ea4981e74c66bbb
parent157371f376f817b6cbe48f51a006ece2186a5a4c
ARM asm parser wasn't able to parse a "mov" instruction while in Thumb
mode (only the "mov.w" variant). Now, when parsing "mov" in thumb mode,
default to the Thumb 1 versions/encodings.

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