Try to fix -Wimplicit-fallthrough warning. NFCI.

llvm-svn: 336331
This commit is contained in:
Simon Pilgrim 2018-07-05 09:48:01 +00:00
parent 7cf29bc028
commit 6dc45e6ca0
1 changed files with 1 additions and 0 deletions

View File

@ -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,