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:
parent
0c17c0063e
commit
1a783539c1
@ -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
Block a user