forked from OSchip/llvm-project
Fix -Wimplicit-fallthrough warning. NFCI.
llvm-svn: 307473
This commit is contained in:
parent
6fbfdec556
commit
d053634d6f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue