MC CFG: When disassembly is impossible, fallback to data bytes.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 21 Aug 2013 07:28:32 +0000 (07:28 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 21 Aug 2013 07:28:32 +0000 (07:28 +0000)
commit57bc9677cdd2999cd80c4473f13d52853b6507b4
treef96d440ecdd8f2fc8ff29a192e3b61dc1b920ec6
parenta37635334699a2eec759930509938224bc465666
MC CFG: When disassembly is impossible, fallback to data bytes.

This is the behavior of sequential disassemblers (llvm-objdump, ...),
when there is no instruction size hint (fixed-length, ...)

While there, also do some minor cleanup.

llvm-svn: 188883
llvm/lib/MC/MCObjectDisassembler.cpp