forked from OSchip/llvm-project
Add an llvm_unreachable to pacify GCC's -Wreturn-type.
llvm-svn: 162325
This commit is contained in:
parent
27400e003c
commit
64621ea530
|
@ -315,6 +315,7 @@ static bool shouldInlineCXX(AnalysisManager &AMgr) {
|
|||
case NumIPAModes:
|
||||
llvm_unreachable("not actually a valid option");
|
||||
}
|
||||
llvm_unreachable("bogus IPAMode");
|
||||
}
|
||||
|
||||
bool ExprEngine::inlineCall(const CallEvent &Call, const Decl *D,
|
||||
|
|
Loading…
Reference in New Issue