summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Target/AMDGPU/AMDILIntrinsicInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDILIntrinsicInfo.cpp b/llvm/lib/Target/AMDGPU/AMDILIntrinsicInfo.cpp
index 01dae336dfb..d5682cafd5b 100644
--- a/llvm/lib/Target/AMDGPU/AMDILIntrinsicInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/AMDILIntrinsicInfo.cpp
@@ -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");
}
OpenPOWER on IntegriCloud