Fixing a build error.

llvm-svn: 217983
This commit is contained in:
Chris Bieneman 2014-09-17 21:06:59 +00:00
parent ad070d0588
commit cf93cbb7a4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ static bool ignoreCallingConv(LibFunc::Func Func) {
default:
return false;
}
llvm_unreachable();
llvm_unreachable("All cases should be covered in the switch.");
}
/// isOnlyUsedInZeroEqualityComparison - Return true if it only matters that the