Don't assert on an unrecognized BrMiscFrm instruction.

PR7745.

llvm-svn: 109788
This commit is contained in:
Bob Wilson 2010-07-29 18:29:28 +00:00
parent 9ad943ef28
commit a9bf1b1493
1 changed files with 0 additions and 1 deletions

View File

@ -887,7 +887,6 @@ static bool DisassembleBrMiscFrm(MCInst &MI, unsigned Opcode, uint32_t insn,
return true; return true;
} }
assert(0 && "Unexpected BrMiscFrm Opcode");
return false; return false;
} }