Silence C4715 warning from MSVC (NFC).

The warning started triggering after r317560.
This commit silences it in the same way as previously done in a similar
situation, see
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20140915/236088.html

llvm-svn: 317568
This commit is contained in:
Kristof Beyls 2017-11-07 11:54:00 +00:00
parent 0b5b1f14fd
commit 178818ba20
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ LegalizerInfo::findAction(const SizeAndActionsVec &Vec, const uint32_t Size) {
case NotFound:
llvm_unreachable("NotFound");
}
llvm_unreachable("Action has an unknown enum value");
}
std::pair<LegalizerInfo::LegalizeAction, LLT>