1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Fix -Wimplicit-fallthrough warning. NFCI.

llvm-svn: 307473
This commit is contained in:
Simon Pilgrim 2017-07-08 15:26:26 +00:00
parent 0c17c0063e
commit 1a783539c1

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: