forked from OSchip/llvm-project
[ARM] Fix -Wimplicit-fallthrough warning. NFCI.
llvm-svn: 307480
This commit is contained in:
parent
33cf63b7f2
commit
e2d84d953e
|
@ -1103,6 +1103,7 @@ void ARMAsmPrinter::EmitUnwindingInstruction(const MachineInstr *MI) {
|
|||
case ARM::tPUSH:
|
||||
// Special case here: no src & dst reg, but two extra imp ops.
|
||||
StartOp = 2; NumOffset = 2;
|
||||
LLVM_FALLTHROUGH;
|
||||
case ARM::STMDB_UPD:
|
||||
case ARM::t2STMDB_UPD:
|
||||
case ARM::VSTMDDB_UPD:
|
||||
|
|
Loading…
Reference in New Issue