Add an llvm_unreachable to pacify GCC's -Wreturn-type.

llvm-svn: 162325
This commit is contained in:
Matt Beaumont-Gay 2012-08-21 22:27:18 +00:00
parent 27400e003c
commit 64621ea530
1 changed files with 1 additions and 0 deletions

View File

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