Fixing a build error.
[oota-llvm.git] / lib / Transforms / Utils / SimplifyLibCalls.cpp
index d9c9100197329592d5aa9997dac325e1e95c53be..cb4b09cbaf040c56e667a90ce3a262d3f7e56351 100644 (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