theraven accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp:111
@@ +110,3 @@
+ Size = 4;
+ if (Bytes.size() < 4) {
+ Size = 0;
----------------
RISC-VC?
https://reviews.llvm.org/D23567