OSDN Git Service

Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm()
authorJohnny Chen <johnny.chen@apple.com>
Wed, 14 Apr 2010 22:37:17 +0000 (22:37 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Wed, 14 Apr 2010 22:37:17 +0000 (22:37 +0000)
commitd1ec11a850843bd7afff1c939b29c9d18527e966
tree0ab58a1a695936fd17171b11e8234cb3acdb4a49
parente7b52526d386cd0d3a08b8daa7db67839649bb37
Fixed another assert exposed by fuzzing.  Now, the DisassembleVFPLdStMulFrm()
function checks whether we have a valid submode for VLDM/VSTM (must be either
"ia" or "db") before calling ARM_AM::getAM5Opc(AMSubMode, unsigned char).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101306 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp