Fixing a build error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Bieneman 2014-09-17 21:06:59 +00:00
parent 14f9a54a8b
commit 6ba12f9f72

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