diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-04-15 22:52:15 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-15 22:52:15 +0000 |
commit | 3a96122c4ae4e7727ba976a9f658626c18997689 (patch) | |
tree | 152c29065ab1f0130e5a388bcdf273cdc874d339 /lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h | |
parent | a704bc9354d8b03fd98da9bd7de5ae1dc49af961 (diff) | |
download | external_llvm-3a96122c4ae4e7727ba976a9f658626c18997689.tar.gz external_llvm-3a96122c4ae4e7727ba976a9f658626c18997689.tar.bz2 external_llvm-3a96122c4ae4e7727ba976a9f658626c18997689.zip |
Thumb2 BFC was insufficiently encoded.
rdar://problem/9292717
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h')
-rw-r--r-- | lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h b/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h index c7964e05e4..8d39982f56 100644 --- a/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h +++ b/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h @@ -1616,7 +1616,7 @@ static bool DisassembleThumb2Sat(MCInst &MI, unsigned Opcode, uint32_t insn, // o t2ADDri12, t2SUBri12: Rs Rn imm12 // o t2LEApcrel (ADR): Rs imm12 // o t2BFC (BFC): Rs Ro(TIED_TO) bf_inv_mask_imm -// o t2BFI (BFI) (Currently not defined in LLVM as of Jan-07-2010) +// o t2BFI (BFI): Rs Ro(TIED_TO) Rn bf_inv_mask_imm // o t2MOVi16: Rs imm16 // o t2MOVTi16: Rs imm16 // o t2SBFX (SBFX): Rs Rn lsb width |