Restore an accidentally removed comment.

llvm-svn: 132044
This commit is contained in:
Cameron Zwarich 2011-05-25 04:48:17 +00:00
parent 6b66ee1865
commit a51604e511
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ static bool DisassembleThumb1DP(MCInst &MI, unsigned Opcode, uint32_t insn,
// tMOVr, tMOVgpr2gpr, tMOVgpr2tgpr, tMOVtgpr2gpr: Rd|tRd Rm|tRn
// tBX: Rm
// tBX_RET: 0 operand
// tBX_RET_vararg: Rm
// tBLXr_r9: Rm
// tBRIND: Rm
static bool DisassembleThumb1Special(MCInst &MI, unsigned Opcode, uint32_t insn,