Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonreturn function...
[oota-llvm.git] / lib / Target / AMDGPU / AMDILIntrinsicInfo.cpp
index 01dae336dfb53839e33f0072409f146e0f3fb9e4..d5682cafd5bde1e4b687145aeb02aea3da53c6b1 100644 (file)
@@ -89,5 +89,5 @@ AMDILIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID,
   //Silence a warning
   AttrListPtr List = getAttributes((AMDGPUIntrinsic::ID)IntrID);
   (void)List;
-  assert(!"Not implemented");
+  llvm_unreachable("Not implemented");
 }