Bitfield mask instructions are unpredictable if the encoded LSB is higher than the...
authorOwen Anderson <resistor@mac.com>
Fri, 16 Sep 2011 23:30:01 +0000 (23:30 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 16 Sep 2011 23:30:01 +0000 (23:30 +0000)
commitcb775519279cd1471c490eb5bf4e3ce663fcdc7d
tree7f9a4cc98bafea4ccaad0d4a2773d5a66540585a
parentbe290af0d8b6d84762384aa08e47e44c2375173f
Bitfield mask instructions are unpredictable if the encoded LSB is higher than the encoded MSB.

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