mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonreturn function, instead of assert(0).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160279 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
addafc87a1
commit
b22d251dcc
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user