Fix -Wimplicit-fallthrough warning. NFCI.

llvm-svn: 307473
This commit is contained in:
Simon Pilgrim 2017-07-08 15:26:26 +00:00
parent 6fbfdec556
commit d053634d6f
1 changed files with 1 additions and 0 deletions

View File

@ -1966,6 +1966,7 @@ bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc,
case Mips::SDIV_MM:
FirstOp = 0;
SecondOp = 1;
LLVM_FALLTHROUGH;
case Mips::SDivMacro:
case Mips::DSDivMacro:
case Mips::UDivMacro: