summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2014-09-17 21:06:59 +0000
committerChris Bieneman <beanz@apple.com>2014-09-17 21:06:59 +0000
commitcf93cbb7a475e5ab0841f9227b013c271fc765df (patch)
treef9d096c7d0cde490f688637d0d9b1a1778fb6121
parentad070d0588684281645240bbd14d82d8b00e55c7 (diff)
downloadbcm5719-llvm-cf93cbb7a475e5ab0841f9227b013c271fc765df.tar.gz
bcm5719-llvm-cf93cbb7a475e5ab0841f9227b013c271fc765df.zip
Fixing a build error.
llvm-svn: 217983
-rw-r--r--llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
index d9c91001973..cb4b09cbaf0 100644
--- a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
@@ -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
OpenPOWER on IntegriCloud