Pacify gcc's -Wreturn-type

llvm-svn: 149610
This commit is contained in:
Matt Beaumont-Gay 2012-02-02 18:35:35 +00:00
parent ff7692a867
commit 248bc72737
1 changed files with 1 additions and 0 deletions

View File

@ -9495,6 +9495,7 @@ bool IsPotentiallyEvaluatedContext(Sema &SemaRef) {
// containing expression is used.
return false;
}
llvm_unreachable("Invalid context");
}
/// \brief Mark a function referenced, and check whether it is odr-used