forked from OSchip/llvm-project
Fix "not all control paths return a value" MSVC warning. NFCI.
llvm-svn: 368830
This commit is contained in:
parent
8bba4798c2
commit
3f40bdb558
|
@ -141,6 +141,7 @@ private:
|
|||
case Kind::SwitchCleanup:
|
||||
return true;
|
||||
}
|
||||
llvm_unreachable("Unknown CoroCloner::Kind enum");
|
||||
}
|
||||
|
||||
void createDeclaration();
|
||||
|
|
Loading…
Reference in New Issue