Fix some "control reaches end of non-void function" warnings

llvm-svn: 367095
This commit is contained in:
Pavel Labath 2019-07-26 09:38:23 +00:00
parent cb5f7de448
commit fcdceab7e1
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,7 @@ bool DYLDRendezvous::UpdateSOEntriesFromRemote() {
case eNoAction:
return false;
}
llvm_unreachable("Fully covered switch above!");
}
bool DYLDRendezvous::UpdateSOEntries() {
@ -256,6 +257,7 @@ bool DYLDRendezvous::UpdateSOEntries() {
case eNoAction:
return false;
}
llvm_unreachable("Fully covered switch above!");
}
bool DYLDRendezvous::FillSOEntryFromModuleInfo(