forked from OSchip/llvm-project
Try to fix -Wimplicit-fallthrough warning. NFCI.
llvm-svn: 336331
This commit is contained in:
parent
7cf29bc028
commit
6dc45e6ca0
|
@ -3865,6 +3865,7 @@ bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode,
|
|||
case RegConstraintEqualityTy::EqualsReg:
|
||||
return Error(Loc, "operand must match destination register");
|
||||
}
|
||||
llvm_unreachable("Unknown RegConstraintEqualityTy");
|
||||
}
|
||||
case Match_MissingFeature:
|
||||
return Error(Loc,
|
||||
|
|
Loading…
Reference in New Issue