Fix the bit pattern for vst1 in EmulateInstructionARM::GetThumbOpcodeForInstruction
authorJason Molenda <jmolenda@apple.com>
Wed, 31 Oct 2012 02:00:46 +0000 (02:00 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 31 Oct 2012 02:00:46 +0000 (02:00 +0000)
commite2db91b8b0800dc091ea05136529d748455970c1
treef0d2ddf6b8c9a825e74e8fe512ed7754a74c99de
parent69aa04dd8fd00e5f2caed01025248fdbe67a0498
Fix the bit pattern for vst1 in EmulateInstructionARM::GetThumbOpcodeForInstruction
so it is recognized correctly.  The second patch needed for <rdar://problem/10652166>.

llvm-svn: 167094
lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp