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 | 48592ee5afe1f5a518c86da27393d4887d4d99cb (patch) | |
tree | 218807d3b939f8f9e8831b629c543f58514148b7 /llvm/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h | |
parent | 761e1e3512ebfc04df979a2185b788bd03f9e2ba (diff) | |
download | bcm5719-llvm-48592ee5afe1f5a518c86da27393d4887d4d99cb.tar.gz bcm5719-llvm-48592ee5afe1f5a518c86da27393d4887d4d99cb.zip |
Thumb2 BFC was insufficiently encoded.
rdar://problem/9292717
llvm-svn: 129619
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h')
-rw-r--r-- | llvm/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h b/llvm/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h index c7964e05e44..8d39982f564 100644 --- a/llvm/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h +++ b/llvm/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 |